summaryrefslogtreecommitdiff
path: root/mpn/powerpc32/gmp-mparam.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-15 18:55:07 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-15 18:55:07 +0100
commita19aaacbb40ca78e69645ebc9204da6ba5081778 (patch)
tree9301f572f876e8c9db01f5173ddcb073ef1c84a0 /mpn/powerpc32/gmp-mparam.h
parentcb94258da7d18fce8485cd4eb36af972093c5acf (diff)
downloadgmp-a19aaacbb40ca78e69645ebc9204da6ba5081778.tar.gz
Retune for new INV_*_THRESHOLD and improved BINV_NEWTON_THRESHOLD.
Diffstat (limited to 'mpn/powerpc32/gmp-mparam.h')
-rw-r--r--mpn/powerpc32/gmp-mparam.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpn/powerpc32/gmp-mparam.h b/mpn/powerpc32/gmp-mparam.h
index a862e396a..e34b0b76e 100644
--- a/mpn/powerpc32/gmp-mparam.h
+++ b/mpn/powerpc32/gmp-mparam.h
@@ -61,7 +61,10 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define DC_DIVAPPR_Q_THRESHOLD 153
#define DC_BDIV_QR_THRESHOLD 54
#define DC_BDIV_Q_THRESHOLD 124
-#define BINV_NEWTON_THRESHOLD 582
+#define INV_MULMOD_BNM1_THRESHOLD 108
+#define INV_NEWTON_THRESHOLD 196
+#define INV_APPR_THRESHOLD 19
+#define BINV_NEWTON_THRESHOLD 232
#define REDC_1_TO_REDC_N_THRESHOLD 54
#define MATRIX22_STRASSEN_THRESHOLD 15