[PATCH] D31533: Do not translate rint into nearbyint, but truncate it like nearbyint

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 11:28:01 PDT 2017


efriedma added a comment.

If rint() is faster than nearbyint(), should we canonicalize nearbyint()->rint()?


Repository:
  rL LLVM

https://reviews.llvm.org/D31533





More information about the llvm-commits mailing list