https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107714
Kevin Bracey <kevin.bracey at alifsemi dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stammark at gcc dot gnu.org --- Comment #2 from Kevin Bracey <kevin.bracey at alifsemi dot com> --- Ah, the vmulq is falling foul of some sort of generic selection problem. Substituting with vmulq_n_u8() gets me the actual 6. Something in the same area as my bug 107515, perhaps - I've been making liberal use of the generic functions.