libsimdpp
libsimdpp copied to clipboard
NEON64 implementation of floor(float64x2) incorrect
uses vrndnq_f64(), which is round to nearest. should use vrndmq_f64(), which is round towards -inf.