]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/OneRound/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[Cipher_code.git] / OneRoundIoT / OneRound / Makefile
index 8aa04846fad160c5a582f134e756564aafc1ea02..2bdcfc559018f5f629402bee046fd402adca5ea6 100644 (file)
@@ -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