pub(crate) unsafe extern "platform-intrinsic" fn simd_scatter<T, U, V>(
    val: T,
    ptr: U,
    mask: V
)
🔬This is a nightly-only experimental API. (portable_simd #86656)
Expand description

llvm.masked.scatter like gather, but more spicy, as it writes instead of reads