pub(crate) unsafe extern "platform-intrinsic" fn simd_shl<T>(
    lhs: T,
    rhs: T
) -> T
🔬This is a nightly-only experimental API. (portable_simd #86656)
Expand description

shl for (u)ints. poison if rhs >= lhs::BITS