diff --git a/src/karatsuba.cpp b/src/karatsuba.cpp index 7c13909..872901e 100644 --- a/src/karatsuba.cpp +++ b/src/karatsuba.cpp @@ -124,6 +124,7 @@ template vector poly_mult_basic(vector &a, vector &b) { } #define THRESHOLD 16 +// #define THRESHOLD 1 /** * A step of the Karatsuba function.