nehalem desktop FFT tuning
This commit is contained in:
parent
e1ba31c102
commit
afd252b2ea
@ -6,13 +6,13 @@
|
||||
#include "mpir.h"
|
||||
|
||||
#define FFT_TAB \
|
||||
{ { 4, 4 }, { 4, 3 }, { 3, 2 }, { 2, 2 }, { 1, 1 } }
|
||||
{ { 4, 3 }, { 4, 3 }, { 3, 2 }, { 2, 1 }, { 1, 0 } }
|
||||
|
||||
#define FFT_N_NUM 7
|
||||
|
||||
#define MULMOD_TAB \
|
||||
{ { 4, 4 }, { 4, 3 }, { 3, 3 }, { 3, 2 }, { 2, 2 }, { 2, 2 }, { 2, 2 } }
|
||||
{ { 3, 4 }, { 4, 3 }, { 3, 3 }, { 3, 2 }, { 2, 2 }, { 2, 1 }, { 1, 2 } }
|
||||
|
||||
#define FFT_MULMOD_2EXPP1_CUTOFF 128
|
||||
|
||||
#endif
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user