1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

ieee754: provide gcc builtins based generic sqrt functions

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Vineet Gupta
2020-05-29 15:21:39 -07:00
parent ba9f6ee9bb
commit 3374868668
4 changed files with 22 additions and 6 deletions

View File

@ -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 */