1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

sparc: Use sqrt{f} builtin

It also enabled to use fsqrtd on sparc64.

Checked on sparcv9-linux-gnu and sparc64-linux-gnu.
This commit is contained in:
Adhemerval Zanella
2020-06-05 14:22:09 +00:00
parent 32c65b28f3
commit c9a30f08e1
2 changed files with 4 additions and 34 deletions

View File

@ -0,0 +1,4 @@
#define USE_SQRT_BUILTIN 1
#define USE_SQRTF_BUILTIN 1
#define USE_SQRTL_BUILTIN 0
#define USE_SQRTF128_BUILTIN 0