2021-02-15 18:22:56 -05:00

5 lines
85 B
Rust

#[macro_use]
#[path = "ops_macros.rs"]
mod macros;
impl_signed_tests! { SimdI8, i8 }