[PATCH] D72685: [PowerPC] Exploit VSX rounding instrs for rint
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 19:49:52 PST 2020
lkail added a comment.
> Is that specified by any doc/spec? Thanks.
I found it in `man rint` on linux, which writes
RETURN VALUE
These functions return the rounded integer value.
If x is integral, +0, -0, NaN, or infinite, x itself is returned.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72685/new/
https://reviews.llvm.org/D72685
More information about the llvm-commits
mailing list