Skip to content

Commit

Permalink
Merge pull request #1479 from ParallelogramPal/AVX_Flag_Propagation
Browse files Browse the repository at this point in the history
Assign to AVX_SIMPLEOT to properly set -DNO_AVX_OT on Apple Silicon
  • Loading branch information
mkskeller authored Aug 16, 2024
2 parents bf38ddb + 654fa5d commit d41dafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONFIG
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ARCH =
AVX_OT = 0
endif

AVX_SIMPLEOT = AVX_OT
AVX_SIMPLEOT := $(AVX_OT)

ifeq ($(OS), Darwin)
BREW_CFLAGS += -I/usr/local/opt/openssl/include -I`brew --prefix`/opt/openssl/include -I`brew --prefix`/include
Expand Down

0 comments on commit d41dafa

Please sign in to comment.