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
C:\Users\fergerm\github.com\aappleby\smhasher\src\Platform.h: In function 'long long unsigned int rdtsc()':
C:\Users\fergerm\github.com\aappleby\smhasher\src\Platform.h:78:52: warning: left shift count >= width of type [-Wshift-count-overflow]
return (unsigned long)a | ((unsigned long)d << 32);
^~
I agree with the analysis, that this looses information!
Hi!
There is a compiler warning:
I agree with the analysis, that this looses information!
Fix:
The text was updated successfully, but these errors were encountered: