aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/sha3.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/sha3.c')
-rw-r--r--test/c/sha3.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/c/sha3.c b/test/c/sha3.c
index a0905817..796162a5 100644
--- a/test/c/sha3.c
+++ b/test/c/sha3.c
@@ -190,8 +190,13 @@ test_triplet_t testvec[4] = {
}
};
+#ifdef __KVX__
+#define DATALEN 1000
+#define NITER 7
+#else
#define DATALEN 100000
#define NITER 25
+#endif
int main()
{