Add the AVX10 target features by sayantn · Pull Request #139675 · rust-lang/rust
rustbot
added
S-waiting-on-review
labels
Apr 11, 2025
bors
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
May 3, 2025bors added a commit to rust-lang-ci/rust that referenced this pull request
May 4, 2025Rollup of 7 pull requests Successful merges: - rust-lang#139675 (Add the AVX10 target features) - rust-lang#140286 (Check if format argument is identifier to avoid error err-emit) - rust-lang#140456 (Fix test simd/extract-insert-dyn on s390x) - rust-lang#140551 (Move some tests out of tests/ui) - rust-lang#140588 (Adjust some ui tests re. target-dependent errors) - rust-lang#140617 (Report the `unsafe_attr_outside_unsafe` lint at the closest node) - rust-lang#140626 (allow `#[rustfmt::skip]` in combination with `#[naked]`) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
May 4, 2025Rollup merge of rust-lang#139675 - sayantn:avx10, r=Amanieu Add the AVX10 target features Parent rust-lang#138843 Adds the `avx10_target_feature` feature gate, and `avx10.1` and `avx10.2` target features. It is confirmed that Intel is dropping AVX10/256 (see [this comment](rust-lang#111137 (comment))), so this should be safe to implement now. The LLVM fix for llvm/llvm-project#135394 was merged, and has been backported to LLVM20, and the patch has also been propagated to rustc in rust-lang#140502 `@rustbot` label O-x86_64 O-x86_32 A-target-feature A-SIMD
jhpratt added a commit to jhpratt/rust that referenced this pull request
Aug 20, 2025Add runtime detection for APX-F and AVX10 This was missed in rust-lang#139534 and rust-lang#139675 `@rustbot` label O-x86_64 O-x86_32 A-target-feature r? `@Amanieu`
rust-timer added a commit that referenced this pull request
Aug 20, 2025github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request
Aug 26, 2025Add runtime detection for APX-F and AVX10 This was missed in rust-lang#139534 and rust-lang#139675 `@rustbot` label O-x86_64 O-x86_32 A-target-feature r? `@Amanieu`
This file contains hidden or 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