Commit dde15a90 authored by Michael Lee's avatar Michael Lee Committed by Facebook Github Bot

Remove the fallback message in the Intrinsics check

Summary: The message is useful once, but not for every time the header is included and the condition checked.

Reviewed By: shixiao

Differential Revision: D9457501

fbshipit-source-id: 35c2c2f0510e9be9b747ab7c760a7cc36ad500b4
parent 3de7d897
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
#define FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE 1 #define FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE 1
#else #else
#define FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE 0 #define FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE 0
#pragma message \
"Vector intrinsics / F14 support unavailable on this platform, " \
"falling back to std::unordered_map / set"
#endif #endif
#if FOLLY_SSE_PREREQ(4, 2) || __ARM_FEATURE_CRC32 #if FOLLY_SSE_PREREQ(4, 2) || __ARM_FEATURE_CRC32
......
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