...@sifive.com;
rguent...@suse.de; Wang, Yanzhang
Subject: Re: [PATCH] [RISC-V]: Bugfix for RVV vbool*_t vn_reference_equal.
On Wed, Mar 29, 2023 at 9:55 AM Pan Li via Gcc-patches
wrote:
>
> From: Pan Li
>
> In most architecture the precision_size of vbool*_t types are
> cacula
On Wed, Mar 29, 2023 at 9:55 AM Pan Li via Gcc-patches
wrote:
>
> From: Pan Li
>
> In most architecture the precision_size of vbool*_t types are caculated
> like as the multiple of the type size. For example:
> precision_size = type_size * 8 (aka, bit count per bytes).
>
> Unfortunately, some ar
From: Pan Li
In most architecture the precision_size of vbool*_t types are caculated
like as the multiple of the type size. For example:
precision_size = type_size * 8 (aka, bit count per bytes).
Unfortunately, some architecture like RISC-V will adjust the precision_size
for the vbool*_t in ord