5 lines
91 B
Rust
5 lines
91 B
Rust
#[macro_use]
|
|
#[path = "ops_macros.rs"]
|
|
mod macros;
|
|
impl_unsigned_tests! { SimdU128, u128 }
|