On Sun, Jan 5, 2014 at 12:42 AM, Maxence Le Doré
<maxence.led...@gmail.com> 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
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to