change register allocation, makes code much faster
This commit is contained in:
@@ -104,7 +104,7 @@ int main(int argc, char *argv[]) {
|
|||||||
// Binomial options pricing model, ispc implementation
|
// Binomial options pricing model, ispc implementation
|
||||||
//
|
//
|
||||||
const bool print_log = false;
|
const bool print_log = false;
|
||||||
const int nreg = 64;
|
const int nreg = 128;
|
||||||
double binomial_ispc = 1e30;
|
double binomial_ispc = 1e30;
|
||||||
#if 0
|
#if 0
|
||||||
for (int i = 0; i < 3; ++i) {
|
for (int i = 0; i < 3; ++i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user