Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Mar 26, 2018
1 parent 48fd903 commit 56aaf34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 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,9 @@ pub unsafe fn fmin(a: f32x4, b: f32x4) -> f32x4 {
}

// FIXME(49261)
// // CHECK-LABEL: @fmax
// // C_HECK-LABEL: @fmax
// #[no_mangle]
// pub unsafe fn fmax(a: f32x4, b: f32x4) -> f32x4 {
// // CHECK: call <4 x float> @llvm.maxnum.v4f32
// // C_HECK: call <4 x float> @llvm.maxnum.v4f32
// simd_fmax(a, b)
// }
1 change: 1 addition & 0 deletions src/test/run-fail/simd-intrinsic-float-minmax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// ignore-emscripten
// min-llvm-version 6.0
// error-pattern: panicked

// Test that the simd_f{min,max} intrinsics produce the correct results.

Expand Down

0 comments on commit 56aaf34

Please sign in to comment.