Re: [PATCH] MPILIB: disable usage of floating point registers on parisc

2013-05-31 Thread Dmitry Kasatkin
Sorry. I am not at @intel.com any more. Did not see it. Will handle. - Dmitry On Mon, May 6, 2013 at 1:08 AM, Helge Deller wrote: > The umul_ppmm() macro for parisc uses the xmpyu assembler statement > which does calculation via a floating point register. > > But usage of floating point

Re: [PATCH] MPILIB: disable usage of floating point registers on parisc

2013-05-31 Thread Dmitry Kasatkin
Sorry. I am not at @intel.com any more. Did not see it. Will handle. - Dmitry On Mon, May 6, 2013 at 1:08 AM, Helge Deller del...@gmx.de wrote: The umul_ppmm() macro for parisc uses the xmpyu assembler statement which does calculation via a floating point register. But usage of floating

[PATCH] MPILIB: disable usage of floating point registers on parisc

2013-05-05 Thread Helge Deller
The umul_ppmm() macro for parisc uses the xmpyu assembler statement which does calculation via a floating point register. But usage of floating point registers inside the Linux kernel are not allowed and gcc will stop compilation due to the -mdisable-fpregs compiler option. Fix this by disabling

[PATCH] MPILIB: disable usage of floating point registers on parisc

2013-05-05 Thread Helge Deller
The umul_ppmm() macro for parisc uses the xmpyu assembler statement which does calculation via a floating point register. But usage of floating point registers inside the Linux kernel are not allowed and gcc will stop compilation due to the -mdisable-fpregs compiler option. Fix this by disabling