juzhe.zh...@rivai.ai writes:
> From: Ju-Zhe Zhong
>
> Hi, Richard and Richi.
>
> According to Richard's review comments:
> https://gcc.gnu.org/pipermail/gcc-patches/2023-July/623405.html
>
> current len, bias and mask order is not reasonable.
>
> Change {len,mask,bias} into {len,bias,mask}.
>
> Th
From: Ju-Zhe Zhong
Hi, Richard and Richi.
According to Richard's review comments:
https://gcc.gnu.org/pipermail/gcc-patches/2023-July/623405.html
current len, bias and mask order is not reasonable.
Change {len,mask,bias} into {len,bias,mask}.
This patch is a simple fix patch, ok for trunk ?