[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c

Evan Cheng evan.cheng at apple.com
Tue Apr 4 11:51:43 PDT 2006



Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE:

sse.expandfft.c updated: 1.2 -> 1.3
---
Log message:

Bump up the size of the test.


---
Diffs of the changes:  (+3 -3)

 sse.expandfft.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c
diff -u llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c:1.2 llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c:1.3
--- llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c:1.2	Tue Apr  4 13:37:42 2006
+++ llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c	Tue Apr  4 13:51:30 2006
@@ -3,7 +3,7 @@
 #include <time.h>
 #include <float.h>
 #include "xmmintrin.h"
-#define N 256
+#define N 1024
 #define N2 N/2
 main()
 {
@@ -65,8 +65,8 @@
       printf(" for n=%d, fwd/bck error=%e\n",N,error);
       first = 0;
    } else {
-       unsigned j = 0;
-      for(it=0;it<1000;it++){
+      unsigned j = 0;
+      for(it=0;it<20000;it++){
          sign = +1.0;
          cfft2(n,x,y,w,sign);
          sign = -1.0;






More information about the llvm-commits mailing list