浏览代码

Remove avx and fma call in Makefile of exact

Jean Fromentin 5 年之前
父节点
当前提交
10bdef48f9
共有 2 个文件被更改,包括 2 次插入1 次删除
  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