Results seem sensible

This commit is contained in:
Florian Stecker
2016-11-23 20:58:05 +01:00
parent c4824abafd
commit 1e0959b7ce
6 changed files with 316 additions and 89 deletions

View File

@@ -1,8 +1,8 @@
HEADERS=weyl.h thickenings.h queue.h bitvec.h
SPECIAL_OPTIONS=-O0 -g
#SPECIAL_OPTIONS=-O0 -g -D_DEBUG
#SPECIAL_OPTIONS=-O3 -pg -funroll-loops -fno-inline
#SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline
SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline
OPTIONS=-m64 -march=native -std=gnu99 -D_GNU_SOURCE $(SPECIAL_OPTIONS)