https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93022

            Bug ID: 93022
           Summary: [ARM, AArch32, NEON] Missing 'vld1_s16_x3' intrinsic
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mukulovvl at rambler dot ru
  Target Milestone: ---

When compiling chromium by gcc 8.2.0 with third-party library libjpeg_turbo
'9d3bf3e9' for ARM 'armv7-a', the next error occurs 
jidctred-neon.c:224:30: error: invalid initializer
(224 line: vld1_s16_x3)
In upstream gcc this function exists in 'gcc/config/aarch64/arm_neon.h', but
doesn't  exist in 'gcc/config/arm/arm_neon.h'. As far as I understand it should
be supported for both 32 and 64 architectures.

Reply via email to