| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I missed this instance, which caused a build failure in powerpc.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The mantissa of mp_no is intended to take only integral values. This
is a relatively good choice for powerpc due to its 4 fpus, but not for
other architectures, which suffer due to this choice. This change
makes the default mantissa a long integer and allows powerpc to
override it. Additionally, some operations have been optimized for
integer manipulation, resulting in a significant improvement in
performance.
|
|
|
|
|
|
| |
Reverts d22ca8cdfb98001d03772ef264b244930d439b3f
since it is severely broken on 32-bit.
|
|
|
|
|
| |
This allows the default mantissa to be integral, with powerpc
overriding it to take advantage of its FPUs.
|
|
Retain a single copy of the mp code in power4 instead of the two
identical copies in powerpc32 and powerpc64.
|