rust/crates/core_simd/tests/i32_ops.rs

5 lines
87 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! { SimdI32, i32 }