You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
real_t type is float when we enable USE_SINGLE_PRECISION.
and then all usages of cputime won't work because float doeas not have enough accuracy for this purpose.
for my own project I changed any usage related to cputime to double instead of real_t no matter if USE_SINGLE_PRECISION was enabled or not.
The text was updated successfully, but these errors were encountered:
real_t type is float when we enable USE_SINGLE_PRECISION.
and then all usages of cputime won't work because float doeas not have enough accuracy for this purpose.
for my own project I changed any usage related to cputime to double instead of real_t no matter if USE_SINGLE_PRECISION was enabled or not.
The text was updated successfully, but these errors were encountered: