https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117016
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > Having different alignment requirements for large SIMD vectors makes > allocating buffers that are reused with different vector lengths quite tricky. Not really. Considering operator new gets passed the alignment since c++14.