Skip to content

Commit c3e697b

Browse files
Fix wrong merge conflict resolution on #295 that overwrote change for #334
Brought up here: #295 (comment)
1 parent 4d8b28a commit c3e697b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/inst/F/fadd.s.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ access:
2626
vu: always
2727
data_independent_timing: true
2828
operation(): |
29+
RoundingMode mode = rm_to_mode(X[rm], $encoding);
30+
X[fd] = f32_add(X[fs1], X[fs2], mode);
2931
3032
sail(): |
3133
{

0 commit comments

Comments
 (0)