Commit 37b03b7b authored by Xiao Shi's avatar Xiao Shi Committed by Facebook Github Bot

temporarily disable for iOS

Summary: As a mitigation for an `folly::dynamic` iteration order dependency on iOS.

Reviewed By: yfeldblum

Differential Revision: D9614129

fbshipit-source-id: 09a822a32327fd5389e8e4d169ab3af4f428426c
parent 413310bc
......@@ -26,8 +26,8 @@
// expected.
//
// TODO: enable for android (T33376370)
#if ((FOLLY_SSE >= 2) || (FOLLY_NEON && FOLLY_AARCH64)) && \
(!FOLLY_MOBILE || defined(__APPLE__))
// TODO: enable for iOS (T33470422)
#if ((FOLLY_SSE >= 2) || (FOLLY_NEON && FOLLY_AARCH64)) && (!FOLLY_MOBILE)
#define FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE 1
#else
#define FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE 0
......
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