Skip to content

Commit fc83eee

Browse files
authored
Merge branch 'main' into trace_nl
2 parents 17ab813 + 32176c3 commit fc83eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

KLR/Trace/ISA.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ nki builtin.isa.range_select
572572
(reduce_cmd : AccumCmd := AccumCmd.Idle)
573573
(reduce_res : Option Access := none)
574574
(reduce_op : Option AluOp := some .max)
575-
(range_start : Immediate := .float 0)
576-
(on_false_value : Immediate := .float 0)
575+
(range_start : Immediate := .float 0.0)
576+
(on_false_value : Immediate := .float (-1.0 / 0.0))
577577
(mask : Option Immediate := none)
578578
(name : Option String := none) := do
579579
if mask.isSome then throw maskNotSupported

0 commit comments

Comments
 (0)