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

ints: ashr uints: lshr poison if rhs >= lhs::BITS