Skip to content

Commit

Permalink
Remove POPCNT instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Oct 8, 2024
1 parent 4994c69 commit 33a4d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mozconfig-x86_64-pc-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

if test "$WFX_RELEASE" || test "$WFX_PRE_RELEASE"; then
ac_add_options --enable-lto=full
ac_add_options --enable-optimize="-march=x86-64 -mfpmath=sse -mprfchw -mpopcnt -msse3 -mcx16 -msahf -mtune=skylake -O3 -w"
ac_add_options --enable-optimize="-march=x86-64 -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf -mtune=skylake -O3 -w"
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options RUSTC_OPT_LEVEL=3
Expand Down
2 changes: 1 addition & 1 deletion .mozconfig-x86_64-pc-windows-msvc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export WINEDEBUG=-all

if test "$WFX_RELEASE" || test "$WFX_PRE_RELEASE"; then
ac_add_options --enable-lto=cross,full
ac_add_options --enable-optimize="-clang:-march=x86-64 -clang:-mfpmath=sse -clang:-mprfchw -clang:-mpopcnt -clang:-msse3 -clang:-mcx16 -clang:-msahf -clang:-mtune=skylake -clang:-O3 -w"
ac_add_options --enable-optimize="-clang:-march=x86-64 -clang:-mfpmath=sse -clang:-mprfchw -clang:-msse3 -clang:-mcx16 -clang:-msahf -clang:-mtune=skylake -clang:-O3 -w"
ac_add_options --enable-release
ac_add_options --enable-rust-simd
ac_add_options RUSTC_OPT_LEVEL=3
Expand Down

0 comments on commit 33a4d62

Please sign in to comment.