summaryrefslogtreecommitdiff
path: root/tests/mpn/t-toom42.c
blob: 09a4a0c11515374f2e98af0d2afbe5c1fa47dc76 (plain)
1
2
3
4
5
6
7
8
#define mpn_toomMN_mul mpn_toom42_mul
#define mpn_toomMN_mul_itch mpn_toom42_mul_itch

#define MIN_AN 10
#define MIN_BN(an) (((an) + 7) >> 2)
#define MAX_BN(an) ((2*(an)-5) / (size_t) 3)

#include "toom-shared.h"