This commit is contained in:
Quaternions 2024-08-29 14:28:40 -07:00
parent ac7d9f5c3b
commit 91b378aa43

View File

@ -24,11 +24,11 @@ macro_rules! impl_wide_mul {
}
macro_rules! impl_wide_mul_all {
($(($x:expr, $y:expr)),*) => {
$(
impl_wide_mul!($x, $y);
)*
};
($(($x:expr, $y:expr)),*) => {
$(
impl_wide_mul!($x, $y);
)*
};
}
//const generics sidestepped wahoo