Increase max alignment to 256.
We need to store offset-1 to allow for this.
Needed for MaxSizeVector
storing types of 256-byte alignment. This came up on a modern ARM machine with thread data configured to be aligned on cache lines.
We need to store offset-1 to allow for this.
Needed for MaxSizeVector
storing types of 256-byte alignment. This came up on a modern ARM machine with thread data configured to be aligned on cache lines.