about summary refs log tree commit diff
path: root/sysdeps/mips/fpu/math-use-builtins-sqrt.h
blob: 37f49ebc9f921e66f7a4ba8b32c268c8ca0f5db2 (plain) (blame)
1
2
3
4
5
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