X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/cf457ee9b22e34dcc92f91f0400035a2f7d85d82..66f2180dbe8a7262017622f9f9e4cfedba66fc32:/OneRoundIoT/OneRound/Makefile diff --git a/OneRoundIoT/OneRound/Makefile b/OneRoundIoT/OneRound/Makefile index 8aa0484..2bdcfc5 100644 --- a/OneRoundIoT/OneRound/Makefile +++ b/OneRoundIoT/OneRound/Makefile @@ -1,6 +1,6 @@ CXX=g++ C=gcc -CFLAGS=-O3 -std=c++11 +CFLAGS=-O3 -std=c++11 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -lrt OBJ = pixmap_io.o one_round_new.o %.o: %.c