https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125388
--- Comment #10 from Drea Pinski <pinskia at gcc dot gnu.org> --- (In reply to Matthias Kretz (Vir) from comment #9) > (In reply to Drea Pinski from comment #8) > > Does not work for aarch64 so I don't know what you are talking about. > > Target: x86_64-*-* > > <simd> is currently shipping in an x86-only "preview". Why are we now > talking about aarch64? Because you should be using GNU vectors here. Anything else is just NOT portable. My point is I think C++26 simd should be using as much as generic vectors as possible first and then optimize for targets.
