On Tue, Feb 25, 2025 at 8:19 AM Tom Kacvinsky wrote:
> Hi Kyrylo,
>
> On Tue, Feb 25, 2025 at 4:01 AM Kyrylo Tkachov
> wrote:
>
> > On 24 Feb 2025, at 20:40, Tom Kacvinsky via Gcc wrote:
>> >
>> > I am trying to find where the aarch64 SIMD built in types are defined in
>> > GCC.
>> > For instan
Hi Kyrylo,
On Tue, Feb 25, 2025 at 4:01 AM Kyrylo Tkachov wrote:
> On 24 Feb 2025, at 20:40, Tom Kacvinsky via Gcc wrote:
> >
> > I am trying to find where the aarch64 SIMD built in types are defined in
> > GCC.
> > For instance, __Int8x8_t. I see some code in gcc/config/aarch64 for
> these,
>
Hi Tom,
> On 24 Feb 2025, at 20:40, Tom Kacvinsky via Gcc wrote:
>
> Hi all,
>
> I am trying to find where the aarch64 SIMD built in types are defined in
> GCC.
> For instance, __Int8x8_t. I see some code in gcc/config/aarch64 for these,
> but
> then it goes deeper into internals of gcc that I
Hi all,
I am trying to find where the aarch64 SIMD built in types are defined in
GCC.
For instance, __Int8x8_t. I see some code in gcc/config/aarch64 for these,
but
then it goes deeper into internals of gcc that I don't quite follow.
Any help pointing to where I should look would be appreciated.