On Thu, Sep 26, 2013 at 3:00 PM, Matt Turner <matts...@gmail.com> wrote: > These built-ins have two "out" parameters, which makes implementing them > efficiently with our current compiler infrastructure difficult. Instead, > implement them in terms of the existing ir_binop_mul IR (to return the > low 32-bits) and a new ir_binop_mul64 which returns the high 32-bits. > > v2: Rename mul64 -> imul_high as suggested by Ken.
Forgot to fold in Ken's R-b. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev