about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/fpu')
-rw-r--r--sysdeps/powerpc/fpu/Makefile3
-rw-r--r--sysdeps/powerpc/fpu/e_sqrt.c1
-rw-r--r--sysdeps/powerpc/fpu/e_sqrtf.c1
3 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/Makefile b/sysdeps/powerpc/fpu/Makefile
new file mode 100644
index 0000000000..bf2ed92e7b
--- /dev/null
+++ b/sysdeps/powerpc/fpu/Makefile
@@ -0,0 +1,3 @@
+ifeq ($(subdir),math)
+libm-support += fenv_const fe_nomask t_sqrt
+endif
diff --git a/sysdeps/powerpc/fpu/e_sqrt.c b/sysdeps/powerpc/fpu/e_sqrt.c
new file mode 100644
index 0000000000..9416ea60c8
--- /dev/null
+++ b/sysdeps/powerpc/fpu/e_sqrt.c
@@ -0,0 +1 @@
+/* __ieee754_sqrt is in w_sqrt.c  */
diff --git a/sysdeps/powerpc/fpu/e_sqrtf.c b/sysdeps/powerpc/fpu/e_sqrtf.c
new file mode 100644
index 0000000000..01c76d6757
--- /dev/null
+++ b/sysdeps/powerpc/fpu/e_sqrtf.c
@@ -0,0 +1 @@
+/* __ieee754_sqrtf is in w_sqrtf.c  */