about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src/rustc.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-02-29 17:08:36 +0100
committerGitHub <noreply@github.com>2024-02-29 17:08:36 +0100
commit36bd9ef5a841a41a1889ce0c74e1bacc6874dafc (patch)
treec401cff56a17d1ce1c3c7404792f79300b852c1a /compiler/rustc_pattern_analysis/src/rustc.rs
parent384d26fc7e3bdd7687cc17b2662b091f6017ec2a (diff)
parent2d25c3b3697728ea42eb26f79e6f80907470ca22 (diff)
downloadrust-36bd9ef5a841a41a1889ce0c74e1bacc6874dafc.tar.gz
rust-36bd9ef5a841a41a1889ce0c74e1bacc6874dafc.zip
Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDenton
Enable CMPXCHG16B, SSE3, SAHF/LAHF and 128-bit Atomics (in nightly) in Windows x64

As Rust plans to set Windows 10 as the minimum supported OS for target x86_64-pc-windows-msvc, I have added the cmpxchg16b and sse3 feature. Windows 10 requires CMPXCHG16B, LAHF/SAHF, and PrefetchW as stated in the requirements [here](https://download.microsoft.com/download/c/1/5/c150e1ca-4a55-4a7e-94c5-bfc8c2e785c5/Windows%2010%20Minimum%20Hardware%20Requirements.pdf). Furthermore, CPUs that meet these requirements also have SSE3 ([see](https://walbourn.github.io/directxmath-sse3-and-ssse3/))
Diffstat (limited to 'compiler/rustc_pattern_analysis/src/rustc.rs')
0 files changed, 0 insertions, 0 deletions