Re: [PATCH v1 3/4] RISC-V: Add testcases for form 7 of scalar signed SAT_TRUNC
lgtm juzhe.zh...@rivai.ai From: pan2.li Date: 2024-10-10 16:34 To: gcc-patches CC: juzhe.zhong; kito.cheng; jeffreyalaw; rdapp.gcc; Pan Li Subject: [PATCH v1 3/4] RISC-V: Add testcases for form 7 of scalar signed SAT_TRUNC From: Pan Li Form 7: #define DEF_SAT_S_TRUNC_FMT_7(NT, WT
[PATCH v1 3/4] RISC-V: Add testcases for form 7 of scalar signed SAT_TRUNC
From: Pan Li Form 7: #define DEF_SAT_S_TRUNC_FMT_7(NT, WT, NT_MIN, NT_MAX) \ NT __attribute__((noinline)) \ sat_s_trunc_##WT##_to_##NT##_fmt_7 (WT x) \ { \ NT trunc = (NT)x;