Re: [PATCH] RISC-V: Fix incorrect condition of EEW = 64 mode

2023-04-24 Thread Jeff Law via Gcc-patches
On 4/6/23 19:11, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong This patch should be merged before this patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-March/614935.html According to RVV ISA, the EEW = 64 is enable only when -march=*zve64* Current condition is incorrect, since -march=*

Re: Re: [PATCH] RISC-V: Fix incorrect condition of EEW = 64 mode

2023-04-12 Thread 钟居哲
: juzhe.zhong; gcc-patches CC: kito.cheng; palmer Subject: Re: [PATCH] RISC-V: Fix incorrect condition of EEW = 64 mode On 4/6/23 19:11, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > This patch should be merged before this patch: > https://gcc.gnu.org/pipermail/gcc-patches/2023-March

Re: [PATCH] RISC-V: Fix incorrect condition of EEW = 64 mode

2023-04-12 Thread Jeff Law via Gcc-patches
On 4/6/23 19:11, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong This patch should be merged before this patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-March/614935.html According to RVV ISA, the EEW = 64 is enable only when -march=*zve64* Current condition is incorrect, since -march=*