gate sse42 implementation of checksum for x86 only
Summary: folly/detail/ChecksumDetail.h gets included in Checksum.h and it unconditionally includes <immintrin.h>. This doesn't compile on aarch64 platform. Add #ifdefs for this. Reviewed By: yfeldblum Differential Revision: D5048636 fbshipit-source-id: d2074eb1b01487b02d95f3e2eebe683237d918fe
Showing
Please register or sign in to comment