From: couturie Date: Thu, 24 Aug 2017 19:52:36 +0000 (+0000) Subject: Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/Cipher_code X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/66f2180dbe8a7262017622f9f9e4cfedba66fc32?hp=a1c709324880d99c3e704ea240a3c914c7b2574d Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/Cipher_code --- 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