aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/fpu/math-use-builtins-sqrt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/fpu/math-use-builtins-sqrt.h')
-rw-r--r--sysdeps/mips/fpu/math-use-builtins-sqrt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mips/fpu/math-use-builtins-sqrt.h b/sysdeps/mips/fpu/math-use-builtins-sqrt.h
new file mode 100644
index 0000000000..37f49ebc9f
--- /dev/null
+++ b/sysdeps/mips/fpu/math-use-builtins-sqrt.h
@@ -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