sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

Should we make sure to assert when computing mean etc over empty vector? #37

Open TheWaveWarden opened 1 year ago

TheWaveWarden commented 1 year ago

With pago::Vector, if you try to compute the mean of an empty vector, it apparently works fine on intel but on arm there will be a crash in NEONOperations::sum