Re: [Qemu-devel] [PATCH v5 07/23] RISC-V FPU Support
On 02/07/2018 05:28 PM, Michael Clark wrote: > Helper routines for FPU instructions and NaN definitions. > > Signed-off-by: Michael Clark > --- > fpu/softfloat-specialize.h | 7 +- > target/riscv/fpu_helper.c | 375 > + > 2 files changed, 379 inser
[Qemu-devel] [PATCH v5 07/23] RISC-V FPU Support
Helper routines for FPU instructions and NaN definitions. Signed-off-by: Michael Clark --- fpu/softfloat-specialize.h | 7 +- target/riscv/fpu_helper.c | 375 + 2 files changed, 379 insertions(+), 3 deletions(-) create mode 100644 target/riscv/fpu_