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/generic/math-use-builtins.h | |
parent | ba9f6ee9bb8a894c9e2fb715edf693dd157b420a (diff) | |
download | glibc-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/generic/math-use-builtins.h')
-rw-r--r-- | sysdeps/generic/math-use-builtins.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/math-use-builtins.h b/sysdeps/generic/math-use-builtins.h index 8a39ef58bc..fc724c824a 100644 --- a/sysdeps/generic/math-use-builtins.h +++ b/sysdeps/generic/math-use-builtins.h @@ -60,4 +60,7 @@ # define USE_COPYSIGNF128_BUILTIN 0 #endif +#define USE_SQRT_BUILTIN 0 +#define USE_SQRTF_BUILTIN 0 + #endif /* math-use-builtins.h */ |