diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2009-12-06 20:50:26 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2009-12-06 20:50:26 +0100 |
commit | 7fc96bcea634f083836e293ed7567bbbdb2f2f8e (patch) | |
tree | 29c8e85b1a07327a5b1ee030f239d827a89f51bd /mpn/pa32 | |
parent | 6d2952b1a4efed5bec9b0f46a08fe6bda348b50a (diff) | |
download | gmp-7fc96bcea634f083836e293ed7567bbbdb2f2f8e.tar.gz |
Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.
Diffstat (limited to 'mpn/pa32')
-rw-r--r-- | mpn/pa32/hppa2_0/gmp-mparam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mpn/pa32/hppa2_0/gmp-mparam.h b/mpn/pa32/hppa2_0/gmp-mparam.h index d4ff81c8c..8d6ffdb5d 100644 --- a/mpn/pa32/hppa2_0/gmp-mparam.h +++ b/mpn/pa32/hppa2_0/gmp-mparam.h @@ -42,9 +42,9 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #define SQR_FFT_MODF_THRESHOLD 232 #define SQR_FFT_THRESHOLD 1792 -#define MULLOW_BASECASE_THRESHOLD 0 /* always */ -#define MULLOW_DC_THRESHOLD 90 -#define MULLOW_MUL_N_THRESHOLD 2350 +#define MULLO_BASECASE_THRESHOLD 0 /* always */ +#define MULLO_DC_THRESHOLD 90 +#define MULLO_MUL_N_THRESHOLD 2350 #define MULMOD_BNM1_THRESHOLD 16 |