diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2020-05-29 15:21:39 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-06-03 10:23:22 -0700 |
commit | 3374868668e708581ca06e256f6122518c89a8ad (patch) | |
tree | 597e6a659674c190f2f388fa9f5e58b5c7cc0dfb /sysdeps/s390/fpu | |
parent | ba9f6ee9bb8a894c9e2fb715edf693dd157b420a (diff) | |
download | glibc-3374868668e708581ca06e256f6122518c89a8ad.zip glibc-3374868668e708581ca06e256f6122518c89a8ad.tar.gz glibc-3374868668e708581ca06e256f6122518c89a8ad.tar.bz2 |
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.h | 3 |
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 db00c3a..eb87b6b 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 */ |