Re: [PATCH v5] RISC-V: Bugfix for rvv bool mode precision adjustment

2023-03-07 Thread Kito Cheng via Gcc-patches
Hi Pan: Really appreciate your patch for fixing this issue! committed to trunk with minor commit log tweak :) On Tue, Mar 7, 2023 at 8:05 PM pan2.li--- via Gcc-patches wrote: > > From: Pan Li > > Fix the bug of the rvv bool mode precision with the adjustment. > The bits size of

[PATCH v5] RISC-V: Bugfix for rvv bool mode precision adjustment

2023-03-07 Thread pan2.li--- via Gcc-patches
From: Pan Li Fix the bug of the rvv bool mode precision with the adjustment. The bits size of vbool*_t will be adjusted to [1, 2, 4, 8, 16, 32, 64] according to the rvv spec 1.0 isa. The adjusted mode precison of vbool*_t will help underlying pass to make t