Closed Lokathor closed 4 years ago
It's a small thing, because the unsafe block can only accept $crate::m128, but we might as well go through the macros and do the fixes so that the output is always forced to be the correct type too.
unsafe
$crate::m128
https://docs.rs/safe_arch/0.5.0/src/safe_arch/x86_x64/sse4_1.rs.html#1199-1254
It's a small thing, because the
unsafe
block can only accept$crate::m128
, but we might as well go through the macros and do the fixes so that the output is always forced to be the correct type too.https://docs.rs/safe_arch/0.5.0/src/safe_arch/x86_x64/sse4_1.rs.html#1199-1254