rust/crates/core_simd/tests/i64_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! { SimdI64, i64 }