summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/test-arithf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/test-arithf.c')
-rw-r--r--sysdeps/powerpc/test-arithf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/powerpc/test-arithf.c b/sysdeps/powerpc/test-arithf.c
new file mode 100644
index 0000000000..d78ec49009
--- /dev/null
+++ b/sysdeps/powerpc/test-arithf.c
@@ -0,0 +1,6 @@
+typedef float tocheck_t;
+#define ESIZE 8
+#define MSIZE 23
+#define FUNC(x) x##f
+
+#include "test-arith.c"