mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
f133d007f9
Old version was from 2012-05-06, 6.1.2 is from 2016-12-16 A lot of support for newer processors and speedups since then See gmp/NEWS for details
7 lines
184 B
C
7 lines
184 B
C
#define mpn_toomN_sqr mpn_toom2_sqr
|
|
#define mpn_toomN_sqr_itch mpn_toom2_sqr_itch
|
|
#define MIN_AN MPN_TOOM2_SQR_MINSIZE
|
|
#define MAX_AN SQR_TOOM3_THRESHOLD
|
|
|
|
#include "toom-sqr-shared.h"
|