X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/d1ace21de4f1e37a3b9900e1572ecc269fb5a110..27b3be6422ff306284e39782fb676dba2fbfdb94:/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