Skip to content

Commit

Permalink
Merge pull request #49 from ceblanton/48.gaea-intel-avx-i
Browse files Browse the repository at this point in the history
Use core-avx-i for prod target for gaea Intel templates
  • Loading branch information
ceblanton committed Oct 20, 2022
2 parents 3efddba + 4a60d7a commit e2e4bed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/ncrc5-intel-classic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ISA_OPT = $(ISA)
ISA_REPRO = $(ISA)
ISA_DEBUG = $(ISA)
else
ISA_OPT = -march=core-avx2 -qno-opt-dynamic-align
ISA_OPT = -march=core-avx-i -qno-opt-dynamic-align
ISA_REPRO = -march=core-avx-i -qno-opt-dynamic-align
ISA_DEBUG = -march=core-avx-i -qno-opt-dynamic-align
endif
Expand Down
2 changes: 1 addition & 1 deletion templates/ncrc5-intel-oneapi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ISA_OPT = $(ISA)
ISA_REPRO = $(ISA)
ISA_DEBUG = $(ISA)
else
ISA_OPT = -march=core-avx2
ISA_OPT = -march=core-avx-i
ISA_REPRO = -march=core-avx-i
ISA_DEBUG = -march=core-avx-i
endif
Expand Down
2 changes: 1 addition & 1 deletion templates/ncrc5-intel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ISA_OPT = $(ISA)
ISA_REPRO = $(ISA)
ISA_DEBUG = $(ISA)
else
ISA_OPT = -march=core-avx2
ISA_OPT = -march=core-avx-i
ISA_REPRO = -march=core-avx-i
ISA_DEBUG = -march=core-avx-i
endif
Expand Down

0 comments on commit e2e4bed

Please sign in to comment.