aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/fftw.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-09-10 17:50:42 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-09-10 17:50:42 +0200
commit5b6c019a507688dfcf63b9ef54f7731137422ab5 (patch)
treee9b5e653c1facbedc8756c1320f5ac9563695c80 /test/c/fftw.c
parent8caa5a2e1f825b6e3d6b87e294c1a53c65d62612 (diff)
downloadcompcert-kvx-5b6c019a507688dfcf63b9ef54f7731137422ab5.tar.gz
compcert-kvx-5b6c019a507688dfcf63b9ef54f7731137422ab5.zip
Starting to modify official CompCert tests to be passable with the simu
Diffstat (limited to 'test/c/fftw.c')
-rw-r--r--test/c/fftw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/fftw.c b/test/c/fftw.c
index 913091d9..1d5b6526 100644
--- a/test/c/fftw.c
+++ b/test/c/fftw.c
@@ -74,7 +74,7 @@ const E KP1_847759065 = ((E) +1.847759065022573512256366378793576573644833252);
/* Test harness */
-#define NRUNS (100 * 1000)
+#define NRUNS (100 * 10)
int main()
{