Skip to content

Commit

Permalink
Enable some cranelift runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 19, 2024
1 parent e51d610 commit 491f90e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cranelift/filetests/filetests/runtests/simd-fabs.clif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ target x86_64
set enable_multi_ret_implicit_sret
target riscv64 has_v
target riscv64 has_v has_c has_zcb
target pulley32
target pulley32be
target pulley64
target pulley64be

function %fabs_f32x4(f32x4) -> f32x4 {
block0(v0: f32x4):
Expand Down
4 changes: 4 additions & 0 deletions cranelift/filetests/filetests/runtests/simd-fmax-fmin.clif
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ target x86_64 skylake
set enable_multi_ret_implicit_sret
target riscv64 has_v
target riscv64 has_v has_c has_zcb
target pulley32
target pulley32be
target pulley64
target pulley64be

function %fmax_f64x2(f64x2, f64x2) -> f64x2 {
block0(v0: f64x2, v1: f64x2):
Expand Down

0 comments on commit 491f90e

Please sign in to comment.