Closed
Description
We currently have only an aligned version of simd_masked_load
, but the underlying llvm intrinsic doesn't have any alignment requirement. So I propose to add simd_masked_load_unaligned
and simd_masked_store_unaligned
. These will link with the llvm intrinsic with an alignment of 8 bits (the lowest permissible in Rust)