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:
6
sysdeps/mips/fpu/math-use-builtins-sqrt.h
Normal file
6
sysdeps/mips/fpu/math-use-builtins-sqrt.h
Normal 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
|
Reference in New Issue
Block a user