summaryrefslogtreecommitdiff
path: root/mpn/sparc32
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-06 20:50:26 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-06 20:50:26 +0100
commit7fc96bcea634f083836e293ed7567bbbdb2f2f8e (patch)
tree29c8e85b1a07327a5b1ee030f239d827a89f51bd /mpn/sparc32
parent6d2952b1a4efed5bec9b0f46a08fe6bda348b50a (diff)
downloadgmp-7fc96bcea634f083836e293ed7567bbbdb2f2f8e.tar.gz
Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.
Diffstat (limited to 'mpn/sparc32')
-rw-r--r--mpn/sparc32/v9/gmp-mparam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpn/sparc32/v9/gmp-mparam.h b/mpn/sparc32/v9/gmp-mparam.h
index 2add06892..4f4ba5f7d 100644
--- a/mpn/sparc32/v9/gmp-mparam.h
+++ b/mpn/sparc32/v9/gmp-mparam.h
@@ -32,9 +32,9 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define SQR_TOOM3_THRESHOLD 138
#define SQR_TOOM4_THRESHOLD 278
-#define MULLOW_BASECASE_THRESHOLD 0 /* always */
-#define MULLOW_DC_THRESHOLD 111
-#define MULLOW_MUL_N_THRESHOLD 434
+#define MULLO_BASECASE_THRESHOLD 0 /* always */
+#define MULLO_DC_THRESHOLD 111
+#define MULLO_MUL_N_THRESHOLD 434
#define DIV_SB_PREINV_THRESHOLD 7
#define DIV_DC_THRESHOLD 122