https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118943
Bug ID: 118943 Summary: [Arm][Neon] incorrect types for vld1q_[s8,s16]_[x3,x4] intrinsics Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: info at kleisauke dot nl Target Milestone: --- Created attachment 60534 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60534&action=edit Proposed patch The following intrinsics: vld1q_s8_x3 vld1q_s16_x3 vld1q_s8_x4 vld1q_s16_x4 Seems to have the incorrect types in arm/arm_neon.h. Originally reported at https://aomedia-review.googlesource.com/c/aom/+/196649/comment/2cea4b90_c00d6753/.