Re: [PATCH v1] Match: Support form 4 for unsigned integer .SAT_TRUNC
On Tue, Aug 20, 2024 at 9:52 AM wrote: > > From: Pan Li > > This patch would like to support the form 4 of the unsigned integer > .SAT_TRUNC. Aka below example: > > Form 4: > #define DEF_SAT_U_TRUC_FMT_4(NT, WT) \ > NT __attribute__((noinline)) \ > sat_u_truc_##W
[PATCH v1] Match: Support form 4 for unsigned integer .SAT_TRUNC
From: Pan Li This patch would like to support the form 4 of the unsigned integer .SAT_TRUNC. Aka below example: Form 4: #define DEF_SAT_U_TRUC_FMT_4(NT, WT) \ NT __attribute__((noinline)) \ sat_u_truc_##WT##_to_##NT##_fmt_4 (WT x) \ {