5 lines
87 B
Rust
5 lines
87 B
Rust
|
#[macro_use]
|
||
|
#[path = "ops_macros.rs"]
|
||
|
mod macros;
|
||
|
impl_signed_tests! { SimdI64, i64 }
|