]> git.lizzy.rs Git - rust.git/blob - library/portable-simd/crates/core_simd/tests/i8_ops.rs
Rollup merge of #85766 - workingjubilee:file-options, r=yaahc
[rust.git] / library / portable-simd / crates / core_simd / tests / i8_ops.rs
1 #![feature(portable_simd)]
2
3 #[macro_use]
4 mod ops_macros;
5 impl_signed_tests! { i8 }