aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 16:08:49 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 16:08:49 +0100
commitd8bef07031a1928e7e071c47f3d3702d4d9a4ca3 (patch)
tree610f33e71ea2cd961530490c06ad4c08b1633ee6 /test/monniaux/bitsliced-aes
parent13b1453843f7cced14093f31ba2aac05a0e0cc43 (diff)
downloadcompcert-kvx-d8bef07031a1928e7e071c47f3d3702d4d9a4ca3.tar.gz
compcert-kvx-d8bef07031a1928e7e071c47f3d3702d4d9a4ca3.zip
remove preprocessor directives about SIZE_TYPE, now useless (long is now 8 bytes like in gcc)
Diffstat (limited to 'test/monniaux/bitsliced-aes')
-rw-r--r--test/monniaux/bitsliced-aes/Makefile.ccomp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/bitsliced-aes/Makefile.ccomp b/test/monniaux/bitsliced-aes/Makefile.ccomp
index 20e9428c..4a64c8bf 100644
--- a/test/monniaux/bitsliced-aes/Makefile.ccomp
+++ b/test/monniaux/bitsliced-aes/Makefile.ccomp
@@ -4,7 +4,7 @@ obj = $(src:.c=.o)
LDFLAGS = -Wl,--gc-sections
CFLAGS = -O3 -DUNROLL_TRANSPOSE -D_DEFAULT_SOURCE
# CC=ccomp
-CC=../../../ccomp -U __SIZEOF_INT128__ -U __SIZE_TYPE__ -D __SIZE_TYPE__='unsigned long long'
+CC=../../../ccomp -U __SIZEOF_INT128__
name = bitslice
$(name): _testbench $(obj)