We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
select
1 parent df9d1dd commit 73d97faCopy full SHA for 73d97fa
cranelift/filetests/filetests/runtests/select.clif
@@ -81,7 +81,7 @@ block0(v0: f32, v1: f32):
81
v5 = select v2, v3, v4
82
return v5
83
}
84
-; runx: %select_le_f32(0x42.42, 0.0) == 0x0.0
+; run: %select_le_f32(0x42.42, 0.0) == 0x0.0
85
; run: %select_le_f32(0.0, 0.0) == 0x1.0
86
; run: %select_le_f32(0x0.0, 0x42.42) == 0x1.0
87
; run: %select_le_f32(0x0.0, NaN) == 0x0.0
0 commit comments