Re: [PATCH v5 3/4] Match: Support form 3 for scalar signed integer .SAT_ADD
On Thu, Sep 19, 2024 at 6:12 AM wrote: > > From: Pan Li > > This patch would like to support the form 3 of the scalar signed > integer .SAT_ADD. Aka below example: > > Form 3: > #define DEF_SAT_S_ADD_FMT_3(T, UT, MIN, MAX) \ > T __attribute__((noinline))
[PATCH v5 3/4] Match: Support form 3 for scalar signed integer .SAT_ADD
From: Pan Li This patch would like to support the form 3 of the scalar signed integer .SAT_ADD. Aka below example: Form 3: #define DEF_SAT_S_ADD_FMT_3(T, UT, MIN, MAX) \ T __attribute__((noinline))\ sat_s_add_##T##_fmt_3 (T x, T y)