Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix CacheLocality under gcc on aarch64 with defaults
Summary: By default, gcc on aarch64 uses `std::hardware_destructive_interference_size = 256`. Fix `CacheLocality` to support this value. This could alternatively be tweaked by passing special flags to gcc, but it is simpler to adjust the source file rather than adjust how gcc is invoked when not strictly necessary. Reviewed By: Orvid Differential Revision: D68521496 fbshipit-source-id: d5e2cfcaa731961a58622489764e898dbefc2b97
- Loading branch information