Skip to content

Avoid enabling AVX when rustc isn't using it#62

Merged
kornelski merged 1 commit intogcc.amd64from
cpu-detect-rs
Feb 10, 2025
Merged

Avoid enabling AVX when rustc isn't using it#62
kornelski merged 1 commit intogcc.amd64from
cpu-detect-rs

Conversation

@kornelski
Copy link

Microsoft's documentation says that /arch:SSE4.2 is a supported option, but MSVC 2019 doesn't have it. /arch:AVX can't be safely set as a fallback, because it affects ABI. This PR enables AVX in C only when Rust is building with target-features+avx.

Fixes rust-lang/flate2-rs#451

This is needed for ABI to match
@kornelski kornelski merged commit 38d3db6 into gcc.amd64 Feb 10, 2025
9 checks passed
@kornelski kornelski deleted the cpu-detect-rs branch February 10, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant