Skip to content

Commit 7fd62e6

Browse files
Merge pull request #374 from riscv-software-src/dev/kbroch/fix-pr-295-overwrite-pr-334
Fix merge conflict resolve on #295 that overwrote change for #334
2 parents 2589481 + 9b74539 commit 7fd62e6

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)