compute complex max slope

This commit is contained in:
Florian Stecker
2022-06-14 15:41:43 +02:00
parent 244784794d
commit 0763056ccb
4 changed files with 97 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
HEADERS=mat.h coxeter.h enumerate.h generators.h qext.h
SPECIAL_OPTIONS=-O0 -g -D_DEBUG -DQEXT
#SPECIAL_OPTIONS=-O0 -g -D_DEBUG -DQEXT
#SPECIAL_OPTIONS=-O3 -pg -g -funroll-loops -fno-inline
#SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline -DQEXT
SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline -DQEXT
#SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline -mavx512f -mavx512cd -mavx512er -mavx512pf # KNL
#SPECIAL_OPTIONS=