Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2856d0a

Browse files
committedFeb 25, 2025
use the right feature in codegen tests
1 parent 5e3c5e4 commit 2856d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎tests/codegen/issues/issue-84268.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ compile-flags: -Copt-level=3 --crate-type=rlib
2-
#![feature(intrinsics, repr_simd)]
2+
#![feature(core_intrinsics, repr_simd)]
33

44
use std::intrinsics::simd::{simd_eq, simd_fabs};
55

‎tests/codegen/simd/simd_arith_offset.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44

55
#![crate_type = "lib"]
6-
#![feature(repr_simd, intrinsics)]
6+
#![feature(repr_simd, core_intrinsics)]
77

88
use std::intrinsics::simd::simd_arith_offset;
99

0 commit comments

Comments
 (0)
Please sign in to comment.