Skip to content
Snippets Groups Projects
Commit cafba955 authored by Bouillaguet Charles's avatar Bouillaguet Charles
Browse files

comment

parent c40a8b53
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ void getSumPol(unsigned long long* sumPol,unsigned long long* sumPolY, pcg128_t*
}
/* sumPol/sumPolY are constant over many iterations. X (unrotated) and rot vary each time. */
int solve(pcg128_t* S, const unsigned long long* X, const int* rot, const unsigned long long* sumPol, const unsigned long long* sumPolY)
{
unsigned long long Y[nbiter];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment