libsimdpp icon indicating copy to clipboard operation
libsimdpp copied to clipboard

NEON64 implementation of floor(float64x2) incorrect

Open peabody-korg opened this issue 5 years ago • 0 comments

uses vrndnq_f64(), which is round to nearest. should use vrndmq_f64(), which is round towards -inf.

peabody-korg avatar Mar 03 '21 00:03 peabody-korg