回复: Re: [PATCH] RISC-V:Fix wrong condition for vector-bfloat16

2024-11-19 Thread wangf...@eswincomputing.com
gt; >From: Feng Wang >Date: 2024-11-20 14:50 >To: gcc-patches >CC: kito.cheng; jeffreyalaw; juzhe.zhong; Feng Wang >Subject: [PATCH] RISC-V:Fix wrong condition for vector-bfloat16 >This patch fix the wrong condition for RVVMF2BF. It should be >TARGET_VECTOR_ELEN_BF_16. >gcc/Chan

Re: [PATCH] RISC-V:Fix wrong condition for vector-bfloat16

2024-11-19 Thread 钟居哲
w; juzhe.zhong; Feng Wang Subject: [PATCH] RISC-V:Fix wrong condition for vector-bfloat16 This patch fix the wrong condition for RVVMF2BF. It should be TARGET_VECTOR_ELEN_BF_16. gcc/ChangeLog: * config/riscv/vector-iterators.md: Modify condition. Signed-off-by: Feng Wang --- gcc/config/riscv/vec

[PATCH] RISC-V:Fix wrong condition for vector-bfloat16

2024-11-19 Thread Feng Wang
This patch fix the wrong condition for RVVMF2BF. It should be TARGET_VECTOR_ELEN_BF_16. gcc/ChangeLog: * config/riscv/vector-iterators.md: Modify condition. Signed-off-by: Feng Wang --- gcc/config/riscv/vector-iterators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi