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

--- Comment #1 from Roland Scheidegger <srol...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to