Parcourir la source

Remove avx and fma call in Makefile of exact

Jean Fromentin il y a 5 ans
Parent
commit
10bdef48f9
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      README.md
  2. 1 1
      exact/Makefile

+ 1 - 0
README.md

@@ -0,0 +1 @@
+Exploration for Self Avoiding Polygons

+ 1 - 1
exact/Makefile

@@ -1,6 +1,6 @@
 EXE 	= test
 CPP 	= g++
-CFLAGS 	= --std=c++11 -fcilkplus -mavx2 -mfma -g -O3 #-DNDEBUG
+CFLAGS 	= --std=c++11 -fcilkplus -O3 #-DNDEBUG
 LIBS	= -lcilkrts -lflint -lgmp
 
 %.o:%.cpp %.hpp config.hpp