Skip to content

Commit 73d97fa

Browse files
authored
x64: enable select test (#10715)
I found this while looking around: apparently this test has not been running for several years. This change enables it again.
1 parent df9d1dd commit 73d97fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cranelift/filetests/filetests/runtests/select.clif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ block0(v0: f32, v1: f32):
8181
v5 = select v2, v3, v4
8282
return v5
8383
}
84-
; runx: %select_le_f32(0x42.42, 0.0) == 0x0.0
84+
; run: %select_le_f32(0x42.42, 0.0) == 0x0.0
8585
; run: %select_le_f32(0.0, 0.0) == 0x1.0
8686
; run: %select_le_f32(0x0.0, 0x42.42) == 0x1.0
8787
; run: %select_le_f32(0x0.0, NaN) == 0x0.0

0 commit comments

Comments
 (0)