about summary refs log tree commit diff
path: root/sysdeps/s390/fpu
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2020-05-29 15:21:39 -0700
committerVineet Gupta <vgupta@synopsys.com>2020-06-03 10:23:22 -0700
commit3374868668e708581ca06e256f6122518c89a8ad (patch)
tree597e6a659674c190f2f388fa9f5e58b5c7cc0dfb /sysdeps/s390/fpu
parentba9f6ee9bb8a894c9e2fb715edf693dd157b420a (diff)
downloadglibc-3374868668e708581ca06e256f6122518c89a8ad.tar.gz
glibc-3374868668e708581ca06e256f6122518c89a8ad.tar.xz
glibc-3374868668e708581ca06e256f6122518c89a8ad.zip
ieee754: provide gcc builtins based generic sqrt functions
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/s390/fpu')
-rw-r--r--sysdeps/s390/fpu/math-use-builtins.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/s390/fpu/math-use-builtins.h b/sysdeps/s390/fpu/math-use-builtins.h
index db00c3a69b..eb87b6b0b1 100644
--- a/sysdeps/s390/fpu/math-use-builtins.h
+++ b/sysdeps/s390/fpu/math-use-builtins.h
@@ -108,4 +108,7 @@
 # define USE_COPYSIGNF128_BUILTIN 0
 #endif
 
+#define USE_SQRT_BUILTIN 0
+#define USE_SQRTF_BUILTIN 0
+
 #endif /* math-use-builtins.h */