Lokathor / safe_arch

Exposes arch-specific intrinsics as safe function (via cfg).
https://docs.rs/safe_arch
Apache License 2.0
48 stars 8 forks source link

Some macros continue to not prefix the value constructor used with `$crate::` #89

Closed Lokathor closed 4 years ago

Lokathor commented 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.

https://docs.rs/safe_arch/0.5.0/src/safe_arch/x86_x64/sse4_1.rs.html#1199-1254