Limit use of hardware crc32 check to SSE 4.2
Summary: Fixes compiling crc32c function on older hardware. (I believe this problem was introduced by 7ec1fc0e). Also ensures is in final library since the API suggests it should be. This should correct a number of build problems for other projects like wdt and hhvm when they are compiled using a shared folly library rather than borrowing sources at compile time. Closes #296 Reviewed By: @yfeldblum Differential Revision: D2340699 Pulled By: @sgolemon
Showing
Please register or sign in to comment