For testing

This commit is contained in:
Abastro 2025-03-26 09:56:49 +09:00
parent 3c39a7e58f
commit 824cf59773

View file

@ -124,6 +124,7 @@ template <typename R> vector<R> poly_mult_basic(vector<R> &a, vector<R> &b) {
}
#define THRESHOLD 16
// #define THRESHOLD 1
/**
* A step of the Karatsuba function.