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

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