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

mips: Use sqrt{f} builtin

Checked with a build against mips-linux-gnu and mips64-linux-gnu
and comparing the resulting binaries.
This commit is contained in:
Adhemerval Zanella
2020-06-05 14:00:25 +00:00
parent 8a7923b57e
commit 32c65b28f3
9 changed files with 6 additions and 82 deletions

View File

@@ -0,0 +1,6 @@
#include <sgidefs.h>
#define USE_SQRT_BUILTIN (_MIPS_ISA >= _MIPS_ISA_MIPS2)
#define USE_SQRTF_BUILTIN (_MIPS_ISA >= _MIPS_ISA_MIPS2)
#define USE_SQRTL_BUILTIN 0
#define USE_SQRTF128_BUILTIN 0