Re: [PATCH] libstdc++: Avoid MMX return types from __builtin_shufflevector

2024-05-28 Thread Jonathan Wakely
On Wed, 15 May 2024 at 20:50, Matthias Kretz wrote: > > Tested on aarch64-linux-gnu, arm-linux-gnueabihf, powerpc64le-linux-gnu, > x86_64-linux-gnu (-m64, -m32, -mx32), and arm-linux-gnueabi > > OK for trunk? OK > And when backporting, should I squash it with the commit that > introduced the

Re: [PATCH] libstdc++: Avoid MMX return types from __builtin_shufflevector

2024-05-27 Thread Matthias Kretz
ping On Wednesday, 15 May 2024 21:49:56 GMT+2 Matthias Kretz wrote: > Tested on aarch64-linux-gnu, arm-linux-gnueabihf, powerpc64le-linux-gnu, > x86_64-linux-gnu (-m64, -m32, -mx32), and arm-linux-gnueabi > > OK for trunk? And when backporting, should I squash it with the commit that >

[PATCH] libstdc++: Avoid MMX return types from __builtin_shufflevector

2024-05-15 Thread Matthias Kretz
Tested on aarch64-linux-gnu, arm-linux-gnueabihf, powerpc64le-linux-gnu, x86_64-linux-gnu (-m64, -m32, -mx32), and arm-linux-gnueabi OK for trunk? And when backporting, should I squash it with the commit that introduced the regression? 8< --- This resolves