Helge Deller
70ef5578dd
MPILIB: disable usage of floating point registers on parisc
...
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 the umul_ppmm() and udiv_qrnnd() macros. The
mpilib will then use the generic built-in implementations instead.
Signed-off-by: Helge Deller <deller@gmx.de>
2013-05-24 22:30:11 +02:00
..
2013-02-20 19:36:01 +01:00
2013-05-24 22:30:11 +02:00
2013-03-13 15:21:48 -07:00
2013-04-29 18:28:19 -07:00
2013-01-21 17:17:57 +10:30
2013-03-22 16:41:20 -07:00
2013-02-11 20:00:33 +05:30
2013-02-27 19:10:24 -08:00
2013-02-20 19:36:00 +01:00
2013-04-30 17:04:09 -07:00
2013-02-27 19:10:09 -08:00
2013-02-21 08:18:12 -08:00
2013-04-30 19:13:05 +02:00
2013-03-22 16:41:20 -07:00
2013-04-30 17:04:02 -07:00
2013-04-30 17:04:03 -07:00
2013-04-29 18:28:42 -07:00
2013-04-29 18:28:13 -07:00
2013-04-29 18:28:41 -07:00
2013-04-29 18:28:19 -07:00
2013-05-20 10:24:22 +09:30
2013-04-15 21:23:03 +01:00
2013-04-30 17:04:09 -07:00
2013-03-02 08:31:39 -08:00
2013-02-27 19:10:23 -08:00
2013-05-21 10:16:39 -07:00
2013-05-07 16:09:00 -07:00
2013-04-29 18:28:42 -07:00
2013-02-19 08:43:35 +01:00
2013-03-22 22:17:36 -06:00
2013-05-23 09:17:11 -07:00
2013-04-09 14:13:05 -04:00
2013-05-05 14:38:00 -07:00
2013-02-21 17:22:25 -08:00
2013-04-30 17:04:07 -07:00
2013-05-07 07:20:16 -07:00
2013-05-07 16:11:51 -07:00
2013-03-27 17:13:44 +01:00
2013-04-29 15:54:28 -07:00
2013-04-30 17:04:03 -07:00
2013-04-17 12:35:32 -07:00
2013-04-30 17:04:03 -07:00
2013-04-15 21:23:03 +01:00
2013-04-30 17:04:09 -07:00
2013-04-29 18:28:42 -07:00
2013-04-30 22:31:16 +02:00