5 lines
87 B
Rust
5 lines
87 B
Rust
|
#[macro_use]
|
||
|
#[path = "ops_macros.rs"]
|
||
|
mod macros;
|
||
|
impl_unsigned_tests! { SimdU8, u8 }
|