For aarch64, LLVM and GCC set the values of std::hardware_destructive_interference_size and std::hardware_constructive_interference_size to 256B and 64B, respectively. These values are often used to align data-structures, and changing them would break the platform ABI on Linux at least.
It may make sense to document these values as part of the ABI properly somewhere.
For aarch64, LLVM and GCC set the values of
std::hardware_destructive_interference_sizeandstd::hardware_constructive_interference_sizeto 256B and 64B, respectively. These values are often used to align data-structures, and changing them would break the platform ABI on Linux at least.It may make sense to document these values as part of the ABI properly somewhere.