Skip to content

Commit fc23686

Browse files
committed
More test fixes
1 parent 455e542 commit fc23686

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/codegen/simd-intrinsic-float-minmax.rs

-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ pub unsafe fn fmin(a: f32x4, b: f32x4) -> f32x4 {
3535
}
3636

3737
// FIXME(49261)
38-
// // CHECK-LABEL: @fmax
3938
// #[no_mangle]
4039
// pub unsafe fn fmax(a: f32x4, b: f32x4) -> f32x4 {
41-
// // CHECK: call <4 x float> @llvm.maxnum.v4f32
4240
// simd_fmax(a, b)
4341
// }

0 commit comments

Comments
 (0)