• Stephen Chen's avatar
    gate sse42 implementation of checksum for x86 only · 1a1ce79e
    Stephen Chen authored
    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
    1a1ce79e
ChecksumDetail.h 3.38 KB