Skip to content

Commit

Permalink
Makefile AVX512 def
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Jun 24, 2023
1 parent cd10cff commit 682db8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ else
endif
endif

ifeq ($(AVX512), 1)
PREDEF+= -DAVX512
endif

ifeq ($(QUADRUPOLE), 1)
PREDEF+= -DQUADRUPOLE
endif
Expand Down

0 comments on commit 682db8f

Please sign in to comment.