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-
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.