From bc1e43ea95b9455cdccee442db77bc5fafd3dcc6 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 26 May 2020 22:11:32 +0200 Subject: tests for kvx --- test/kvx/.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/kvx/.gitignore (limited to 'test/kvx/.gitignore') diff --git a/test/kvx/.gitignore b/test/kvx/.gitignore new file mode 100644 index 00000000..b10c40c8 --- /dev/null +++ b/test/kvx/.gitignore @@ -0,0 +1,20 @@ +check +asm_coverage +instr/Makefile +mmult/Makefile +prng/Makefile +sort/Makefile +prng/.zero +sort/.zero +sort/insertion-ccomp-kvx +sort/insertion-gcc-kvx +sort/insertion-gcc-x86 +sort/main-ccomp-kvx +sort/main-gcc-kvx +sort/main-gcc-x86 +sort/merge-ccomp-kvx +sort/merge-gcc-kvx +sort/merge-gcc-x86 +sort/selection-ccomp-kvx +sort/selection-gcc-kvx +sort/selection-gcc-x86 -- cgit