summaryrefslogtreecommitdiff
path: root/mpn/minithres
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-08-25 20:10:51 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-08-25 20:10:51 +0200
commitb29243e7558197b2f359de4f6cc8aba08d791024 (patch)
tree7a29ca7fc734e8133321ba077f6a9c91595f08c8 /mpn/minithres
parenta22df5c428b0f78785eae878419521e13b0de096 (diff)
downloadgmp-b29243e7558197b2f359de4f6cc8aba08d791024.tar.gz
mpn/minithres/gmp-mparam.h: New SQRLO_*_THRESHOLDs.
Diffstat (limited to 'mpn/minithres')
-rw-r--r--mpn/minithres/gmp-mparam.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpn/minithres/gmp-mparam.h b/mpn/minithres/gmp-mparam.h
index 1b8f31151..35fcb7762 100644
--- a/mpn/minithres/gmp-mparam.h
+++ b/mpn/minithres/gmp-mparam.h
@@ -75,6 +75,10 @@ see https://www.gnu.org/licenses/. */
#define MULLO_BASECASE_THRESHOLD 0
#define MULLO_DC_THRESHOLD 2
#define MULLO_MUL_N_THRESHOLD 4
+#define SQRLO_BASECASE_THRESHOLD 0
+#define SQRLO_DC_THRESHOLD 2
+#define SQRLO_SQR_THRESHOLD 4
+
#define DC_DIV_QR_THRESHOLD 6
#define DC_DIVAPPR_Q_THRESHOLD 6