rust/crates/core_simd/tests/i8_ops.rs

5 lines
85 B
Rust
Raw Normal View History

2021-02-13 13:19:16 -06:00
#[macro_use]
#[path = "ops_macros.rs"]
mod macros;
impl_signed_tests! { SimdI8, i8 }