From 9160d53d5927e5e3dd9642027c038ed0393fed6d Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sun, 22 Nov 2015 19:13:49 +0000 Subject: Add a generic version of __divtc3.c for long double complex division. Mark the unit test as applying to all platforms. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@253831 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/builtins/Unit/divtc3_test.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'test/builtins/Unit') diff --git a/test/builtins/Unit/divtc3_test.c b/test/builtins/Unit/divtc3_test.c index 165582b20..a1f061344 100644 --- a/test/builtins/Unit/divtc3_test.c +++ b/test/builtins/Unit/divtc3_test.c @@ -13,8 +13,6 @@ #include -#if _ARCH_PPC - #include "int_lib.h" #include #include @@ -358,11 +356,8 @@ long double x[][2] = }; -#endif - int main() { -#if _ARCH_PPC const unsigned N = sizeof(x) / sizeof(x[0]); unsigned i, j; for (i = 0; i < N; ++i) @@ -373,11 +368,7 @@ int main() return 1; } } - -// printf("No errors found.\n"); -#else - printf("skipped\n"); -#endif +// printf("No errors found.\n"); return 0; } -- cgit v1.2.3