summaryrefslogtreecommitdiffstats
path: root/library/portable-simd/crates/core_simd/tests/u32_ops.rs
blob: de34b73d652621e31881e928a2705342af3cdc3d (plain)
1
2
3
4
5
#![feature(portable_simd)]

#[macro_use]
mod ops_macros;
impl_unsigned_tests! { u32 }