[Mesa-dev] [Bug 94909] [llvmpipe] piglit fs-roundEven-float regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 13 02:10:30 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94909

--- Comment #1 from Roland Scheidegger <sroland at vmware.com> ---
Hmm I looked at this and the round llvm intrinsic doesn't actually do something
useful (or at least definitely not what we want). The code generated is awful
and apparently wrong.
llvm.round will do per-element calls into __roundf which is horrible. I think
that's because libm round is specced to do round-nearest-away-from-zero, which
is both not what we want and what we can't do natively with the roundps
instruction.
I'll fix this...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160413/a45ee29c/attachment.html>


More information about the mesa-dev mailing list