Skip to content

Commit

Permalink
More test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 24, 2018
1 parent 455e542 commit fc23686
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/codegen/simd-intrinsic-float-minmax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ pub unsafe fn fmin(a: f32x4, b: f32x4) -> f32x4 {
}

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

0 comments on commit fc23686

Please sign in to comment.