Skip to content

Commit

Permalink
Disabled SSE and AVX instruction sets on standard library compilation…
Browse files Browse the repository at this point in the history
… for Darwin architecture.
  • Loading branch information
nthnn committed Oct 24, 2024
1 parent 8be606c commit 6f4e7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
exe_build_args.remove('-msse3')
exe_build_args.remove('-msse4')
exe_build_args.remove('-msse4.1')
exe_build_args.remove('-msse4.2')
exe_build_args.remove('-mavx')
exe_build_args.remove('-mavx2')
exe_build_args.remove('-mfpmath=sse')
Expand Down

0 comments on commit 6f4e7f0

Please sign in to comment.