Re: [PATCH v1 3/3] RISC-V: Add testcases for form 4 of scalar signed SAT_SUB

2024-10-07 Thread 钟居哲
LGTM juzhe.zh...@rivai.ai From: pan2.li Date: 2024-10-08 09:21 To: gcc-patches CC: richard.guenther; Tamar.Christina; juzhe.zhong; kito.cheng; jeffreyalaw; rdapp.gcc; Pan Li Subject: [PATCH v1 3/3] RISC-V: Add testcases for form 4 of scalar signed SAT_SUB From: Pan Li Form 4: #define

[PATCH v1 3/3] RISC-V: Add testcases for form 4 of scalar signed SAT_SUB

2024-10-07 Thread pan2 . li
From: Pan Li Form 4: #define DEF_SAT_S_SUB_FMT_4(T, UT, MIN, MAX) \ T __attribute__((noinline))\ sat_s_sub_##T##_fmt_4 (T x, T y) \ { \ T minus;