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: