]> git.lizzy.rs Git - rust.git/blob - library/portable-simd/crates/core_simd/tests/u8_ops.rs
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-2022-12-14
[rust.git] / library / portable-simd / crates / core_simd / tests / u8_ops.rs
1 #![feature(portable_simd)]
2
3 #[macro_use]
4 mod ops_macros;
5 impl_unsigned_tests! { u8 }