1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

s390: Use sqrt{f} builtin

Checked on s390x-linux-gnu.
This commit is contained in:
Adhemerval Zanella
2020-06-05 14:31:30 +00:00
parent c9a30f08e1
commit 3ca05a8e9e
3 changed files with 4 additions and 60 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