Re: [PATCH v2] RISC-V missing __builtin_lceil and __builtin_lfloor

2022-11-11 Thread Kevin Lee
On Wed, Nov 9, 2022 at 1:49 AM Xi Ruoyao wrote: > > On Mon, 2022-11-07 at 20:36 -0800, Kevin Lee wrote: > I "shamelessly copied" your idea in > https://gcc.gnu.org/pipermail/gcc-patches/2022-November/605456.html. > During the review we found an issue. > > -fno-fp-int-builtin-inexact does not allo

Re: [PATCH v2] RISC-V missing __builtin_lceil and __builtin_lfloor

2022-11-09 Thread Xi Ruoyao via Gcc-patches
On Mon, 2022-11-07 at 20:36 -0800, Kevin Lee wrote: > The patch in > https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599755.html was > corrupted. I am resending the cleaner version as patch v2. Thank you! Hi Kevin, I "shamelessly copied" your idea in https://gcc.gnu.org/pipermail/gcc-patc

[PATCH v2] RISC-V missing __builtin_lceil and __builtin_lfloor

2022-11-07 Thread Kevin Lee
The patch in https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599755.html was corrupted. I am resending the cleaner version as patch v2. Thank you! gcc/ChangeLog: Michael Collison * config/riscv/iterators.md (RINT): Additional iterators. (rint_pattern): Additional