]> git.lizzy.rs Git - rust.git/blob - library/portable-simd/crates/core_simd/tests/u16_ops.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / library / portable-simd / crates / core_simd / tests / u16_ops.rs
1 #![feature(portable_simd)]
2
3 #[macro_use]
4 mod ops_macros;
5 impl_unsigned_tests! { u16 }