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.
__arm__
1 parent cbacece commit bf60ab1Copy full SHA for bf60ab1
stdlib/public/runtime/Float16Support.cpp
@@ -31,7 +31,7 @@
31
// Android NDK <r21 do not provide `__aeabi_d2h` in the compiler runtime,
32
// provide shims in that case.
33
#if (defined(__ANDROID__) && defined(__ARM_ARCH_7A__) && defined(__ARM_EABI__)) || \
34
- ((defined(__i386__) || defined(__i686__) || defined(__x86_64__)) && !defined(__APPLE__))
+ ((defined(__i386__) || defined(__i686__) || defined(__arm__) || defined(__x86_64__)) && !defined(__APPLE__))
35
36
#include "swift/shims/Visibility.h"
37
0 commit comments