-
- Downloads
[Common] add CACHE_LINE_EXCLUSIVE macro
The macro uses std::aligned_storage to ensure the symbol is properly cache line aligned and cache line sized. This prevents cache line sharing with another symbol. The actual symbol is initialized with the placement new operator and for now must have a constructor without arguments.
Loading
Please register or sign in to comment