We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b1189 commit bae561bCopy full SHA for bae561b
tests/ui/simd/intrinsic/float-math-pass.rs
@@ -17,6 +17,15 @@ struct f32x4(pub [f32; 4]);
17
18
use std::intrinsics::simd::*;
19
20
+<<<<<<< HEAD
21
+=======
22
+#[rustc_intrinsic]
23
+unsafe fn simd_fpow<T>(x: T, y: T) -> T;
24
+
25
26
+unsafe fn simd_fpowi<T>(x: T, y: i32) -> T;
27
28
+>>>>>>> f48829bd978 (attempt to minimize future conflicts)
29
macro_rules! assert_approx_eq_f32 {
30
($a:expr, $b:expr) => {{
31
let (a, b) = (&$a, &$b);
0 commit comments