This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v4 09/10] RISC-V: Fix llrint and llround missing exceptions on RV32
- From: DJ Delorie <dj at redhat dot com>
- To: Zong Li <zongbox at gmail dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Fri, 07 Dec 2018 19:08:33 -0500
- Subject: Re: [PATCH v4 09/10] RISC-V: Fix llrint and llround missing exceptions on RV32
Zong Li <zongbox@gmail.com> writes:
> + * sysdeps/riscv/rv32/fix-fp-int-convert-overflow.h: New file.
>
> +/* Fix for conversion of floating point to integer overflow. ARM version.
RISC-V version, you mean.