Closed Lokathor closed 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
m128
$crate::
$crate::m128
Seems to be all set in a7bce4a92213a0529b7be0f33e29afb5ddf15161, so closing
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