Skip to content

Commit dfd2a20

Browse files
committed
Use two 64 bit values for f128 Softfloat interface
1 parent 792ba1a commit dfd2a20

File tree

6 files changed

+223
-246
lines changed

6 files changed

+223
-246
lines changed

c_emulator/riscv_sail.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ extern mach_bits zmstatus;
6464
extern mach_bits zmepc, zmtval;
6565
extern mach_bits zsepc, zstval;
6666

67-
extern mach_bits zfloat_fflags;
68-
extern sail_bits zfloat_result;
67+
extern mach_bits zfloat_fflags, zfloat_result, zfloat_result_high;
6968

7069
struct zMcause {
7170
mach_bits zMcause_chunk_0;

0 commit comments

Comments
 (0)