diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2009-10-31 20:07:56 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2009-10-31 20:07:56 +0100 |
commit | b1ce0127c304bbef691c3d5bcca8892dc7988c95 (patch) | |
tree | 5e59d9cea29da9c731bd14ff5199dae55934b0d0 /mpn/powerpc32/gmp-mparam.h | |
parent | 4c3b2f0929ef749bf56fdf24b98683e95e987971 (diff) | |
download | gmp-b1ce0127c304bbef691c3d5bcca8892dc7988c95.tar.gz |
Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.
Diffstat (limited to 'mpn/powerpc32/gmp-mparam.h')
-rw-r--r-- | mpn/powerpc32/gmp-mparam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mpn/powerpc32/gmp-mparam.h b/mpn/powerpc32/gmp-mparam.h index 1676317a4..e6de1649c 100644 --- a/mpn/powerpc32/gmp-mparam.h +++ b/mpn/powerpc32/gmp-mparam.h @@ -34,12 +34,12 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ /* Generated by tuneup.c, 2009-01-14, gcc 4.3 */ -#define MUL_KARATSUBA_THRESHOLD 14 -#define MUL_TOOM3_THRESHOLD 73 +#define MUL_TOOM22_THRESHOLD 14 +#define MUL_TOOM33_THRESHOLD 73 #define MUL_TOOM44_THRESHOLD 106 #define SQR_BASECASE_THRESHOLD 4 -#define SQR_KARATSUBA_THRESHOLD 24 +#define SQR_TOOM2_THRESHOLD 24 #define SQR_TOOM3_THRESHOLD 77 #define SQR_TOOM4_THRESHOLD 130 |