add support for whenAll to waitWithSemaphore
[folly.git] / folly / Checksum.cpp
index 28ed83920247f6e5696a04a91061ee9761c5c3a1..ba32d687a49293d54bdace1ab4a5a1e0f10cd3f8 100644 (file)
@@ -24,7 +24,7 @@ namespace folly {
 
 namespace detail {
 
-#if defined(__x86_64__) && defined(__GNUC__) && defined(__GNUC_MINOR__) && \
+#if FOLLY_X64 && defined(__GNUC__) && defined(__GNUC_MINOR__) && \
     (((__GNUC__ * 100) + __GNUC_MINOR__) >= 407)
 
 // Fast SIMD implementation of CRC-32C for x86 with SSE 4.2