p12tic / libsimdpp

Portable header-only C++ low level SIMD library
Boost Software License 1.0
1.24k stars 129 forks source link

NEON64 implementation of floor(float64x2) incorrect #152

Open peabody-korg opened 3 years ago

peabody-korg commented 3 years ago

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