...@rivai.ai;
kito.ch...@gmail.com; jeffreya...@gmail.com; rdapp@gmail.com
Subject: Re: [PATCH v1] Match: Support form 2 for scalar signed integer .SAT_ADD
On Tue, Sep 10, 2024 at 1:05 AM Li, Pan2 wrote:
>
> Thanks Richard for comments.
>
> >> + The T and UT
Biener
> Sent: Monday, September 9, 2024 8:19 PM
> To: Li, Pan2
> Cc: gcc-patches@gcc.gnu.org; tamar.christ...@arm.com; juzhe.zh...@rivai.ai;
> kito.ch...@gmail.com; jeffreya...@gmail.com; rdapp@gmail.com
> Subject: Re: [PATCH v1] Match: Support form 2 for scalar signed integer
&
as other
op like and/or ... etc.
Pan
-Original Message-
From: Richard Biener
Sent: Monday, September 9, 2024 8:19 PM
To: Li, Pan2
Cc: gcc-patches@gcc.gnu.org; tamar.christ...@arm.com; juzhe.zh...@rivai.ai;
kito.ch...@gmail.com; jeffreya...@gmail.com; rdapp....@gmail.com
Subject: Re: [PAT
On Tue, Sep 3, 2024 at 2:34 PM wrote:
>
> From: Pan Li
>
> This patch would like to support the form 2 of the scalar signed
> integer .SAT_ADD. Aka below example:
>
> Form 2:
> #define DEF_SAT_S_ADD_FMT_2(T, UT, MIN, MAX) \
> T __attribute__((noinline)) \
> sat_s_add_##T##_fmt
From: Pan Li
This patch would like to support the form 2 of the scalar signed
integer .SAT_ADD. Aka below example:
Form 2:
#define DEF_SAT_S_ADD_FMT_2(T, UT, MIN, MAX) \
T __attribute__((noinline)) \
sat_s_add_##T##_fmt_2 (T x, T y) \
{