glibc/sysdeps/mips/fpu/math-use-builtins-sqrt.h
Adhemerval Zanella 32c65b28f3 mips: Use sqrt{f} builtin
Checked with a build against mips-linux-gnu and mips64-linux-gnu
and comparing the resulting binaries.
2020-06-22 11:09:49 -03:00

7 lines
194 B
C

#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