Re: [PATCH] rs6000: Remove paired single

2018-05-02 Thread Segher Boessenkool
On Mon, Apr 30, 2018 at 05:05:26PM +, Segher Boessenkool wrote: > This removes paired single (used on the 750CL and friends). It was > deprecated in GCC 8. Removing it means we only have one vector model > to deal with (VMX+VSX, 16-byte vectors). > > Tested on powerpc64-linux {-m32,-m64} and

[PATCH] rs6000: Remove paired single

2018-04-30 Thread Segher Boessenkool
This removes paired single (used on the 750CL and friends). It was deprecated in GCC 8. Removing it means we only have one vector model to deal with (VMX+VSX, 16-byte vectors). Tested on powerpc64-linux {-m32,-m64} and on powerpc64le-linux. I plan to commit this later this week. Segher 2018-