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.
1 parent d057811 commit 499930eCopy full SHA for 499930e
llvm/utils/gn/secondary/compiler-rt/lib/builtins/sources.gni
@@ -11,7 +11,7 @@ if (current_cpu == "x86" || current_cpu == "x64") {
11
builtins_defines = []
12
13
# This is based on who sets HasFloat16 to true in clang/lib/Basic/Targets.
14
-if (current_cpu == "aarch64" || current_cpu == "arm" ||
+if (current_cpu == "arm" || current_cpu == "arm64" ||
15
current_cpu == "hexagon" || current_cpu == "riscv" ||
16
current_cpu == "riscv64" || current_cpu == "x64") {
17
builtins_defines += [ "COMPILER_RT_HAS_FLOAT16" ]
0 commit comments