Skip to content

Commit 249b3ec

Browse files
oli-obkgnzlbg
authored andcommitted
Update simd_llvm.rs
1 parent 32f1e3a commit 249b3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/simd_llvm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "platform-intrinsic" {
2525
pub fn simd_shuffle64<T, U>(x: T, y: T, idx: [u32; 64]) -> U;
2626
#[rustc_args_required_const(2)]
2727
pub fn simd_shuffle128<T, U>(x: T, y: T, idx: [u32; 128]) -> U;
28-
28+
2929
#[rustc_const_unstable(feature = "const_simd_insert", issue = "0")]
3030
pub fn simd_insert<T, U>(x: T, idx: u32, val: U) -> T;
3131
#[rustc_const_unstable(feature = "const_simd_extract", issue = "0")]

0 commit comments

Comments
 (0)