On Wed, Sep 25, 2024 at 4:56 AM wrote:
>
> From: Pan Li
>
> This patch would like to support the form 1 of the scalar signed
> integer SAT_SUB. Aka below example:
>
> Form 1:
> #define DEF_SAT_S_SUB_FMT_1(T, UT, MIN, MAX) \
> T __attribute__((noinline)) \
> sat_s_sub_##T##
From: Pan Li
This patch would like to support the form 1 of the scalar signed
integer SAT_SUB. Aka below example:
Form 1:
#define DEF_SAT_S_SUB_FMT_1(T, UT, MIN, MAX) \
T __attribute__((noinline)) \
sat_s_sub_##T##_fmt_1 (T x, T y) \
{