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

Improvements to avx for invertible to avoid latent bug

This commit is contained in:
paboyle
2017-02-16 23:52:44 +00:00
parent 8a29c16bde
commit f246fe3304
2 changed files with 21 additions and 4 deletions

View File

@ -419,8 +419,10 @@ void ExchangeTester(const functor &func)
assert(found==1);
}
// for(int i=0;i<Nsimd;i++){
// std::cout << " i "<< i<<" test1"<<test1[i]<<" "<<input1[i]<<std::endl;
for(int i=0;i<Nsimd;i++){
assert(test1[i]==input1[i]);
assert(test2[i]==input2[i]);
}// std::cout << " i "<< i<<" test1"<<test1[i]<<" "<<input1[i]<<std::endl;
// std::cout << " i "<< i<<" test2"<<test2[i]<<" "<<input2[i]<<std::endl;
// }
}