Re: [PATCH v1 2/3] RISC-V: Add testcases for form 3 of scalar signed SAT_SUB
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 2/3] RISC-V: Add testcases for form 3 of scalar signed SAT_SUB From: Pan Li Form 3: #define
[PATCH v1 2/3] RISC-V: Add testcases for form 3 of scalar signed SAT_SUB
From: Pan Li Form 3: #define DEF_SAT_S_SUB_FMT_3(T, UT, MIN, MAX) \ T __attribute__((noinline)) \ sat_s_sub_##T##_fmt_3 (T x, T y) \ {\ T minus;