about summary refs log tree commit diff
path: root/sysdeps/s390
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2020-05-29 15:58:33 -0700
committerVineet Gupta <vgupta@synopsys.com>2020-06-03 10:23:28 -0700
commit628d90c5f97b6f0f8b79a079b682febb1f486a38 (patch)
treeb62fc668b7ba6f44cfdd8e74617f563929c80506 /sysdeps/s390
parent3374868668e708581ca06e256f6122518c89a8ad (diff)
downloadglibc-628d90c5f97b6f0f8b79a079b682febb1f486a38.tar.gz
glibc-628d90c5f97b6f0f8b79a079b682febb1f486a38.tar.xz
glibc-628d90c5f97b6f0f8b79a079b682febb1f486a38.zip
ieee754: provide gcc builtins based generic fma functions
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/s390')
-rw-r--r--sysdeps/s390/fpu/math-use-builtins.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/s390/fpu/math-use-builtins.h b/sysdeps/s390/fpu/math-use-builtins.h
index eb87b6b0b1..3a80f86b2e 100644
--- a/sysdeps/s390/fpu/math-use-builtins.h
+++ b/sysdeps/s390/fpu/math-use-builtins.h
@@ -111,4 +111,9 @@
 #define USE_SQRT_BUILTIN 0
 #define USE_SQRTF_BUILTIN 0
 
+#define USE_FMA_BUILTIN 0
+#define USE_FMAF_BUILTIN 0
+#define USE_FMAL_BUILTIN 0
+#define USE_FMAF128_BUILTIN 0
+
 #endif /* math-use-builtins.h */