From: couturie Date: Thu, 24 Aug 2017 19:52:06 +0000 (+0000) Subject: new X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/27b3be6422ff306284e39782fb676dba2fbfdb94?ds=sidebyside new --- 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