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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-*-*

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
On aarch64 I see

t.c:5:1: warning: GCC does not currently support mixed size types for 'simd'
functions
    5 | foo (int a, short b)
      | ^~~

simdlen(8) is also not supported, but simdlen(4) isn't diagnosed.  The above
still remains though.

Reply via email to