Add the avx10.1 and avx10.2 target features

This commit is contained in:
sayantn
2025-04-11 19:57:05 +05:30
parent d3508a8ad0
commit 163fb854a2
8 changed files with 48 additions and 1 deletions

View File

@@ -389,6 +389,8 @@ declare_features! (
(unstable, async_for_loop, "1.77.0", Some(118898)),
/// Allows `async` trait bound modifier.
(unstable, async_trait_bounds, "1.85.0", Some(62290)),
/// Allows using Intel AVX10 target features and intrinsics
(unstable, avx10_target_feature, "CURRENT_RUSTC_VERSION", Some(138843)),
/// Allows using C-variadics.
(unstable, c_variadic, "1.34.0", Some(44930)),
/// Allows the use of `#[cfg(contract_checks)` to check if contract checks are enabled.