aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-07 19:13:57 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-07 19:13:57 +0100
commit2edaab927e17f2ec1c85014351d3d7886f2cd24b (patch)
treedc5a26614e02a1d7fcdd4ba14361324b0905c15f /test
parent2a9eafa18a982faa61e3adbe154210ba48cc4f2f (diff)
downloadcompcert-kvx-2edaab927e17f2ec1c85014351d3d7886f2cd24b.tar.gz
compcert-kvx-2edaab927e17f2ec1c85014351d3d7886f2cd24b.zip
nft -> ntt
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