-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Settled on the guarantee that Aligned<T>::Get() will return a referen…
…ce to a T that will be alone on that aligned memory boundary. This is consistent with Aligned<T[]> and it's variants. CacheAligned<T> offers the same interfaces but with run-time determination of the cache line size.
- Loading branch information
1 parent
6d430c3
commit f9cffd6
Showing
2 changed files
with
60 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters