rust/crates/core_simd/tests/u32_ops.rs
2021-07-19 16:13:24 -07:00

5 lines
95 B
Rust

#![feature(portable_simd)]
#[macro_use]
mod ops_macros;
impl_unsigned_tests! { SimdU32, u32 }