1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

First version of the doube prec for testing purposes

It does not compile single and double version at the same time
This commit is contained in:
Guido Cossu
2016-10-28 17:20:04 +01:00
parent ac99a56237
commit e1042aef77
3 changed files with 80 additions and 11 deletions

View File

@ -5,7 +5,9 @@
const uint64_t plocal =(uint64_t) & in._odata[0];
// vComplexF isigns[2] = { signs[0], signs[1] };
vComplexF *isigns = &signs[0];
//COMPLEX_TYPE is vComplexF of vComplexD depending
//on the chosen precision
COMPLEX_TYPE *isigns = &signs[0];
MASK_REGS;
int nmax=U._grid->oSites();