]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/simd/libm_std_can_float.rs
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / simd / libm_std_can_float.rs
index 6a844e7120e79ae72a482c97ea83460d3536c022..1c520856e981875f7d6826e2173228dc5348689f 100644 (file)
@@ -3,7 +3,7 @@
 // This is the converse of the other libm test.
 #![feature(portable_simd)]
 use std::simd::f32x4;
-use std::simd::StdFloat;
+use std::simd::{SimdFloat, StdFloat};
 
 // For SIMD float ops, the LLIR version which is used to implement the portable
 // forms of them may become calls to math.h AKA libm. So, we can't guarantee