We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eb9180 + dbbd6c9 commit 4fd19a8Copy full SHA for 4fd19a8
stdlib/public/runtime/Float16Support.cpp
@@ -30,7 +30,7 @@
30
// Android NDK <r21 do not provide `__aeabi_d2h` in the compiler runtime,
31
// provide shims in that case.
32
#if (defined(ANDROID) && defined(__ARM_ARCH_7A__) && defined(__ARM_EABI__)) || \
33
- (defined(__x86_64__) && !defined(__APPLE__))
+ ((defined(__i686__) || defined(__x86_64__)) && !defined(__APPLE__))
34
35
#include "../SwiftShims/Visibility.h"
36
0 commit comments