1 #include <sgidefs.h>
2 
3 #define USE_SQRT_BUILTIN (_MIPS_ISA >= _MIPS_ISA_MIPS2)
4 #define USE_SQRTF_BUILTIN (_MIPS_ISA >= _MIPS_ISA_MIPS2)
5 #define USE_SQRTL_BUILTIN 0
6 #define USE_SQRTF128_BUILTIN 0
7