Re: [PATCH v1] RISC-V: Support FP round to i/l/ll diff size autovec

2023-11-06 Thread 钟居哲
LGTM. juzhe.zh...@rivai.ai From: pan2.li Date: 2023-11-06 22:16 To: gcc-patches CC: juzhe.zhong; pan2.li; yanzhang.wang; kito.cheng Subject: [PATCH v1] RISC-V: Support FP round to i/l/ll diff size autovec From: Pan Li This patch would like to support the FP below API auto vectorization

[PATCH v1] RISC-V: Support FP round to i/l/ll diff size autovec

2023-11-06 Thread pan2 . li
From: Pan Li This patch would like to support the FP below API auto vectorization with different type size +--+---+--+ | API | RV64 | RV32 | +--+---+--+ | iround | DF => SI | DF => SI | | iroundf | - | -| | lround