Modify default alignment for UnboundedQueue to work correctly on ARM builds.
Summary: The original code provided an unsupported alignment for 32-bit ARM builds. This change makes use of hardware_destructive_interference_size, which represents exactly what the alignment field is used for. Reviewed By: yfeldblum Differential Revision: D6782366 fbshipit-source-id: b8e2cdf6a0bafdba96d40d729535646b1f6660df
Showing
Please register or sign in to comment