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 b1a3dc7 + 71d8bd8 commit 022a9fbCopy full SHA for 022a9fb
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(__i686__) || defined(__x86_64__)) && !defined(__APPLE__))
+ ((defined(__i386__) || defined(__i686__) || defined(__x86_64__)) && !defined(__APPLE__))
34
35
#include "../SwiftShims/Visibility.h"
36
0 commit comments