Re: ppc64le: error: declaration does not declare anything

2016-12-17 Thread Sandro Mani
On 17.12.2016 16:09, Jakub Jelinek wrote: On Sat, Dec 17, 2016 at 04:03:22PM +0100, Sandro Mani wrote: Hi I'm having some difficulties understanding the following error on ppc64le (scratch build [1], build log [2]): PackMath.h: 191 template<> inline v4f ei_pset1(const float& from) 192 {

Re: ppc64le: error: declaration does not declare anything

2016-12-17 Thread Jakub Jelinek
On Sat, Dec 17, 2016 at 04:03:22PM +0100, Sandro Mani wrote: > Hi > > I'm having some difficulties understanding the following error on ppc64le > (scratch build [1], build log [2]): > > PackMath.h: > > 191 template<> inline v4f ei_pset1(const float& from) > 192 { > 193// Taken from > http