buildtools/gcc/gmp/tests/mpn/t-toom43.c
Jérôme Duval b58ddff026 * modified gcc Makefile.in to copy gmp-impl.h and longlong.h headers to build gmp directory (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 ).
* merged mpfr 3.0.0 and gmp 5.0.1 in buildtools trunk


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37378 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-03 15:21:01 +00:00

9 lines
202 B
C

#define mpn_toomMN_mul mpn_toom43_mul
#define mpn_toomMN_mul_itch mpn_toom43_mul_itch
#define MIN_AN 25
#define MIN_BN(an) (1 + 2*(((an)+3) >> 2))
#define MAX_BN(an) ((an)-3)
#include "toom-shared.h"