aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Cwise_rint.cpp
Commit message (Collapse)AuthorAge
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
This provides a new op that matches std::rint and previous behavior of pround. Also adds corresponding unsupported/../Tensor op. Performance is the same as e. g. floor (tested SSE/AVX).