Re: [PATCH v2 1/2] aarch64: Refactor AdvSIMD intrinsics

2024-12-02 Thread Richard Sandiford
writes: > Refactor AdvSIMD intrinsics defined using the new pragma-based approach > so that it is more extensible. > > Introduce a new struct, simd_type, which defines types using a mode and > qualifiers, and use objects of this struct in the declaration of intrinsics > in the aarch64-simd-pragma-

[PATCH v2 1/2] aarch64: Refactor AdvSIMD intrinsics

2024-11-26 Thread saurabh.jha
Refactor AdvSIMD intrinsics defined using the new pragma-based approach so that it is more extensible. Introduce a new struct, simd_type, which defines types using a mode and qualifiers, and use objects of this struct in the declaration of intrinsics in the aarch64-simd-pragma-builtins.def file.