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