Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow(unreachable_code) in all the *_detected functions
Previously we only disabled these warnings for SSE2, which is assumed enabled on x86-64, but it looks like new nightly compilers are also assuming SSE4.1 on macOS. Disabling these warnings across all the detection functions accounts for that, and it also gets rid of some warnings that you'd see if you used RUSTFLAGS='-C target-cpu=native'.
- Loading branch information