Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d2a2fd3
forward `TEST_SAMPLE_INTRINSICS_PERCENTAGE`
folkertdev Oct 26, 2025
d618085
intrinsic-test: display more logs in CI
folkertdev Oct 26, 2025
48116cf
Add AMX intrinsics
sayantn Apr 6, 2025
2815023
Patch stdarch_verify to not check intel definition for new AMX intrin…
sayantn Nov 1, 2025
17c3f8a
Add tests for new AMX intrinsics
sayantn Nov 1, 2025
f9dc790
improve `_mm256_permute2f128` tests
folkertdev Nov 2, 2025
ff78b84
Merge pull request #1951 from folkertdev/permute2f128-tests
sayantn Nov 3, 2025
8dc0761
Merge pull request #1948 from folkertdev/forward-percentage
Amanieu Nov 4, 2025
5914877
Merge pull request #1846 from sayantn/new-amx-intrinsics
Amanieu Nov 4, 2025
9126145
Use generic SIMD masked load/stores for avx512 masked load/stores
sayantn Oct 10, 2025
7ea8483
Use generic SIMD intrinsics for AVX `maskload` and `maskstore` intrin…
sayantn Nov 6, 2025
83e4d81
Prepare for merging from rust-lang/rust
invalid-email-address Nov 10, 2025
485ea04
Merge ref '8401398e1f14' from rust-lang/rust
invalid-email-address Nov 10, 2025
c610b1d
Merge pull request #1954 from rust-lang/rustc-pull
sayantn Nov 10, 2025
1b3abfe
rename default branch to main
marcoieni Nov 11, 2025
148a750
add logic tests for ternarylogic
folkertdev Nov 11, 2025
b851387
Merge pull request #1958 from folkertdev/ternary-logic-tests
sayantn Nov 11, 2025
e94ac6b
improve ternary logic tests
folkertdev Nov 11, 2025
849ace0
Merge pull request #1953 from sayantn/masked-load-store
folkertdev Nov 12, 2025
0ab7c9e
Use SIMD intrinsics for vector shifts
sayantn Nov 12, 2025
84c44c4
Merge pull request #1959 from folkertdev/ternary-logic-tests-2
folkertdev Nov 13, 2025
d84c695
Merge pull request #1955 from sayantn/vector-shifts
folkertdev Nov 13, 2025
0882a6e
aarch64: Remove withdrawn FEAT_TME
maurer Nov 14, 2025
8fe87e9
correct some `#[simd_test]` attributes
sayantn Nov 10, 2025
7f3fcb3
Merge pull request #1956 from sayantn/fix-tests
folkertdev Nov 16, 2025
57436fe
Merge pull request #1960 from maurer/remove-tme
folkertdev Nov 17, 2025
ac2d972
correct signedness of pmadd arguments
folkertdev Nov 17, 2025
2788686
Merge pull request #1957 from marcoieni/rename-default-branch-to-main
marcoieni Nov 17, 2025
2922cbd
Merge pull request #1961 from folkertdev/pmadd-correct-signedness
sayantn Nov 17, 2025
5ff287b
core: Enable avx10_target_feature to support stdarch update
maurer Nov 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
core: Enable avx10_target_feature to support stdarch update
  • Loading branch information
maurer committed Nov 19, 2025
commit 5ff287bf8971e12e91c2a5e1f8c54c7f341a1911
1 change: 1 addition & 0 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
// tidy-alphabetical-start
#![feature(aarch64_unstable_target_feature)]
#![feature(arm_target_feature)]
#![feature(avx10_target_feature)]
#![feature(hexagon_target_feature)]
#![feature(loongarch_target_feature)]
#![feature(mips_target_feature)]
Expand Down
Loading