aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/monniaux/number_theoretic_transform/Makefile14
-rw-r--r--test/monniaux/number_theoretic_transform/ntt.c (renamed from test/monniaux/number_theoretic_transform/nft.c)0
2 files changed, 7 insertions, 7 deletions
diff --git a/test/monniaux/number_theoretic_transform/Makefile b/test/monniaux/number_theoretic_transform/Makefile
index b402091c..7b6f6188 100644
--- a/test/monniaux/number_theoretic_transform/Makefile
+++ b/test/monniaux/number_theoretic_transform/Makefile
@@ -1,19 +1,19 @@
include ../rules.mk
-PRODUCTS=nft.gcc.host.out nft.ccomp.host.out nft.gcc.k1c.out nft.ccomp.k1c.out nft.ccomp.k1c.s nft.gcc.k1c.s nft.gcc.k1c nft.ccomp.k1c nft.gcc.host nft.ccomp.host
+PRODUCTS=ntt.gcc.host.out ntt.ccomp.host.out ntt.gcc.k1c.out ntt.ccomp.k1c.out ntt.ccomp.k1c.s ntt.gcc.k1c.s ntt.gcc.k1c ntt.ccomp.k1c ntt.gcc.host ntt.ccomp.host
all: $(PRODUCTS)
-nft.gcc.host: nft.c ../clock.o
- $(CC) $(CFLAGS) nft.c ../clock.o -o $@
+ntt.gcc.host: ntt.c ../clock.o
+ $(CC) $(CFLAGS) ntt.c ../clock.o -o $@
-nft.ccomp.host: nft.c ../clock.o
- $(CCOMP) $(CCOMPFLAGS) nft.c ../clock.o -o $@
+ntt.ccomp.host: ntt.c ../clock.o
+ $(CCOMP) $(CCOMPFLAGS) ntt.c ../clock.o -o $@
-nft.gcc.k1c: nft.gcc.k1c.o ../clock.gcc.k1c.o
+ntt.gcc.k1c: ntt.gcc.k1c.o ../clock.gcc.k1c.o
$(K1C_CC) $(K1C_CFLAGS) $+ -o $@
-nft.ccomp.k1c: nft.ccomp.k1c.o ../clock.gcc.k1c.o
+ntt.ccomp.k1c: ntt.ccomp.k1c.o ../clock.gcc.k1c.o
$(K1C_CCOMP) $(K1C_CCOMPFLAGS) $+ -o $@
clean:
diff --git a/test/monniaux/number_theoretic_transform/nft.c b/test/monniaux/number_theoretic_transform/ntt.c
index 9d8c8906..9d8c8906 100644
--- a/test/monniaux/number_theoretic_transform/nft.c
+++ b/test/monniaux/number_theoretic_transform/ntt.c