We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const
1 parent 3062cbb commit b2e701fCopy full SHA for b2e701f
1 file changed
tests/pass/intrinsics/portable-simd.rs
@@ -60,7 +60,7 @@ impl<T: Copy, const N: usize> PackedSimd<T, N> {
60
61
#[rustc_intrinsic]
62
#[rustc_nounwind]
63
-pub unsafe fn simd_shuffle_const_generic<T, U, const IDX: &'static [u32]>(x: T, y: T) -> U;
+pub const unsafe fn simd_shuffle_const_generic<T, U, const IDX: &'static [u32]>(x: T, y: T) -> U;
64
65
fn simd_ops_f16() {
66
use intrinsics::*;
0 commit comments