[Mesa-dev] [PATCH] radv: emit fmuladd instead of fma to llvm.

Matt Arsenault arsenm2 at gmail.com
Thu Oct 5 02:47:40 UTC 2017


> On Oct 4, 2017, at 12:50, Marek Olšák <maraeo at gmail.com> wrote:
> 
> The LLVM backends selects MAD (unfused) for fmuladd, and FMA (fused) for fma.

For f64 and f16 by default it will emit an FMA since mad doesn’t support denorms.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171004/ac5cd398/attachment.html>


More information about the mesa-dev mailing list