https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65436
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Also for vectors should you not use intrinsics instead of the asm. Also if you are writing to all of the registers, won't it be easier to write the function in pure assembly code rather than writing the code partly in C and partly in assembly code. Clobbers don't count towards the total and should be used instead.