rust/crates/core_simd/tests/u32_ops.rs

6 lines
95 B
Rust
Raw Normal View History

#![feature(portable_simd)]
2021-02-13 20:19:16 +01:00
#[macro_use]
mod ops_macros;
2021-02-13 20:19:16 +01:00
impl_unsigned_tests! { SimdU32, u32 }