Commit aaa4b610 authored by Andre Pinto's avatar Andre Pinto Committed by Facebook Github Bot

Fix build on 32-bit platforms

Summary: This fixes a compile error on 32-bit platforms.

Reviewed By: Orvid

Differential Revision: D8147916

fbshipit-source-id: 86b66b684bed5ffb262630a361cf239948b8bb97
parent 9af54d9a
......@@ -42,7 +42,7 @@
namespace folly {
namespace detail {
#if FOLLY_SSE_PREREQ(4, 2)
#if defined(FOLLY_X64) && FOLLY_SSE_PREREQ(4, 2)
namespace crc32_detail {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment