On Sun, Jan 5, 2014 at 12:42 AM, Maxence Le Doré
<[email protected]> wrote:
> From: Maxence Le Doré <Maxence Le Doré>
Huh, user.email not configured properly?
> static void
> +micro_fma(union tgsi_exec_channel *dst,
> + const union tgsi_exec_channel *src0,
> + const union tgsi_exec_channel *src1,
> + const union tgsi_exec_channel *src2)
> +{
> + dst->f[0] = fmaf(src0->f[0],src1->f[0],src2->f[0]);
fmaf isn't portable enough, no?
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev