Skip to content

Commit

Permalink
Use two 64 bit values for f128 Softfloat interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed May 23, 2024
1 parent 3a42210 commit 167bbf8
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 246 deletions.
3 changes: 1 addition & 2 deletions c_emulator/riscv_sail.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ extern mach_bits zmstatus;
extern mach_bits zmepc, zmtval;
extern mach_bits zsepc, zstval;

extern mach_bits zfloat_fflags;
extern sail_bits zfloat_result;
extern mach_bits zfloat_fflags, zfloat_result, zfloat_result_high;

struct zMcause {
mach_bits zMcause_chunk_0;
Expand Down
Loading

0 comments on commit 167bbf8

Please sign in to comment.