Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
824cf59773 |
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ template <typename R> vector<R> poly_mult_basic(vector<R> &a, vector<R> &b) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#define THRESHOLD 16
|
#define THRESHOLD 16
|
||||||
|
// #define THRESHOLD 1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A step of the Karatsuba function.
|
* A step of the Karatsuba function.
|
||||||
|
|
|
||||||
Reference in a new issue