about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/math-use-builtins-sqrt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/fpu/math-use-builtins-sqrt.h')
-rw-r--r--sysdeps/powerpc/fpu/math-use-builtins-sqrt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/math-use-builtins-sqrt.h b/sysdeps/powerpc/fpu/math-use-builtins-sqrt.h
new file mode 100644
index 0000000000..653309a7e7
--- /dev/null
+++ b/sysdeps/powerpc/fpu/math-use-builtins-sqrt.h
@@ -0,0 +1,9 @@
+#ifdef _ARCH_PPCSQ
+# define USE_SQRT_BUILTIN 1
+# define USE_SQRTF_BUILTIN 1
+#else
+# define USE_SQRT_BUILTIN 0
+# define USE_SQRTF_BUILTIN 0
+#endif
+#define USE_SQRTL_BUILTIN 0
+#define USE_SQRTF128_BUILTIN 0