diff --git a/src/utils/hash.h b/src/utils/hash.h index 05c15d49..c235acc2 100644 --- a/src/utils/hash.h +++ b/src/utils/hash.h @@ -12,7 +12,6 @@ static void bcl(B x, usz ia) { // clean up bitarr tail bits to zero } static inline f64 normalizeFloat(f64 v) { - v = v+0; return v==v? v+0 : 0.0/0.0; } u64 bqn_hashObj(B x, const u64 secret[4]);