Skip to content

Commit

Permalink
Fix wrong merge conflict resolution on #295 that overwrote change for #…
Browse files Browse the repository at this point in the history
…334

Brought up here: #295 (comment)
  • Loading branch information
kbroch-rivosinc committed Dec 22, 2024
1 parent 4d8b28a commit c3e697b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/inst/F/fadd.s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ access:
vu: always
data_independent_timing: true
operation(): |
RoundingMode mode = rm_to_mode(X[rm], $encoding);
X[fd] = f32_add(X[fs1], X[fs2], mode);
sail(): |
{
Expand Down

0 comments on commit c3e697b

Please sign in to comment.