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

Ensure all macros use crate types via an absolute import #35

Closed Lokathor closed 4 years ago

Lokathor commented 4 years ago

Any time that a macro in this crate uses a type from this crate, such as m128, we need to prefix that usage with $crate::. So for example it would become $crate::m128

Lokathor commented 4 years ago

Seems to be all set in a7bce4a92213a0529b7be0f33e29afb5ddf15161, so closing