t-toom6h.c
Upload User: qaz666999
Upload Date: 2022-08-06
Package Size: 2570k
Code Size: 0k
Category:

Algorithm

Development Platform:

Unix_Linux

  1. #define mpn_toomMN_mul mpn_toom6h_mul
  2. #define mpn_toomMN_mul_itch mpn_toom6h_mul_itch
  3. /* Smaller sizes not supported; may lead to recursive calls to
  4.    toom22_mul, toom33_mul, or toom44_mul with invalid input size. */
  5. #define MIN_AN MUL_TOOM6H_THRESHOLD
  6. #define MIN_BN(an) (MAX ((an*3)>>3, 42) )
  7. #include "toom-shared.h"