Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 3 | -3/+3 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 3 | -3/+3 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 3 | -3/+3 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 3 | -3/+3 |
| | |||||
* | PowerPC: multiarch wordcopy routines for PowerPC32 | Adhemerval Zanella | 2013-12-06 | 1 | -0/+212 |
| | |||||
* | Remove usage of ONE macro | Siddhesh Poyarekar | 2013-03-29 | 1 | -1/+1 |
| | | | | I missed this instance, which caused a build failure in powerpc. | ||||
* | Remove ZERO and MZERO macros | Siddhesh Poyarekar | 2013-03-29 | 1 | -10/+10 |
| | |||||
* | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | 2013-03-26 | 1 | -0/+56 |
| | | | | | | | | | | 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. | ||||
* | Revert configurable mantissa patch | Siddhesh Poyarekar | 2013-03-15 | 1 | -56/+0 |
| | | | | | | Reverts d22ca8cdfb98001d03772ef264b244930d439b3f since it is severely broken on 32-bit. | ||||
* | Make mantissa type configurable | Siddhesh Poyarekar | 2013-03-15 | 1 | -0/+56 |
| | | | | | This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs. | ||||
* | Consolidate copies of mp code in powerpc | Siddhesh Poyarekar | 2013-03-08 | 2 | -0/+221 |
Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64. |