We need to work out if the c++ implementation and the es implementation can produce the same results ( and how to get them to ), or if they cannot ( because of, say, differences in floating point arithmetic.
this is coming from tests using SMHasher ( specifically the verification test ).
Calculating the verification test value in JS gives me 39B945E5
We need to work out if the c++ implementation and the es implementation can produce the same results ( and how to get them to ), or if they cannot ( because of, say, differences in floating point arithmetic.
this is coming from tests using SMHasher ( specifically the verification test ).
Calculating the verification test value in JS gives me
39B945E5
While in the C++ version I get
BB168BEF
A relevant SO question: https://stackoverflow.com/questions/44480529/is-double-arithmetic-the-same-in-cpp-and-javascript?noredirect=1#comment75955733_44480529