-
-
Save mgaudet/af2cba5e55fc93ff582cfcb352b54ab4 to your computer and use it in GitHub Desktop.
Tool for disabling pernosco-incompatible instructions.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rr record --disable-avx-512 "$@" |
Hm, perhaps the flag changed? --disable-avx512
is missing a dash between avx
and 512
(So --disable-avx-512
)
Yep; fixed! (was an error in the original email that I propagated)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated May 31, 2022 as per https://groups.google.com/a/mozilla.org/g/dev-platform/c/-pS3laZBDyg/m/6PAWFcvFAQAJ