https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108190
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is most likely because of the ABI difference between windows and elf targets. __v16qi is passed via memory location on windows but on elf targets it is passed via regsiter ...