We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f71bf commit 7d1c14aCopy full SHA for 7d1c14a
src/test/codegen/float_math.rs
@@ -19,7 +19,7 @@ use std::intrinsics::{fadd_fast, fsub_fast, fmul_fast, fdiv_fast, frem_fast};
19
#[no_mangle]
20
pub fn add(x: f32, y: f32) -> f32 {
21
// CHECK: fadd float
22
-// CHECK-NOT fast
+// CHECK-NOT: fast
23
x + y
24
}
25
0 commit comments