rust/crates/core_simd/tests/u16_ops.rs

4 lines
67 B
Rust
Raw Normal View History

2021-02-13 13:19:16 -06:00
#[macro_use]
mod ops_macros;
2021-02-13 13:19:16 -06:00
impl_unsigned_tests! { SimdU16, u16 }