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 ba43b36 + b5b63ba commit 0598080Copy full SHA for 0598080
1 file changed
src/Make.files
@@ -36,8 +36,8 @@ ifneq ($(OS), WINNT)
36
$(CUR_SRCS) += s_nan.c
37
endif
38
39
-# Add in long double functions for x86 and x64
40
-ifneq ($(filter $(ARCH),i387 amd64),)
+# Add in long double functions for x86, x64 and aarch64
+ifneq ($(filter $(ARCH),i387 amd64 aarch64),)
41
# C99 long double functions
42
$(CUR_SRCS) += s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
43
0 commit comments