aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/riscv_softfloat.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25Simplify softfloat interface by removing write_fflagsTim Hutt1-1/+1
2023-06-15Add a clang-format configuration and reformat C code (#261)Alexander Richardson1-74/+140
2023-05-29Add Zfa extension support (excl. quad-precision)Philipp Tomsich1-0/+118
2022-01-19Add support for Zfh extension (#129)Bilal Sakhawat1-0/+269
2020-04-07Switch floating-point comparisons to using softfloat to avoid missed corner-c...Prashanth Mundkur1-0/+78
2020-04-02Fix a bug in the softfloat interface that caused exception flags not to get a...Prashanth Mundkur1-3/+3
2019-11-25Add the missing fcvt.{ds}.{sd} instructions.Prashanth Mundkur1-0/+26
2019-11-06Add hooks for misa.{F,D} for C and OCaml, and fix 64-bit OCaml build.Prashanth Mundkur1-1/+1
2019-11-05Add externs for the conversion functions.Prashanth Mundkur1-0/+204
2019-11-04First cut at adding externs for softfloat.Prashanth Mundkur1-0/+169