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

6 lines
93 B
Rust

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