glsl/int64: Fix a typo in imod64
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 24 Feb 2017 23:44:03 +0000 (15:44 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 1 Mar 2017 23:31:44 +0000 (15:31 -0800)
commit2c587090236c30b4daa761026db931cf60b3fca0
tree5141580c66393b934ac447b4902538a5dac16c65
parente647c4fbd9a186d9df9d5b0e50507f33180214a8
glsl/int64: Fix a typo in imod64

The zy swizzle gives us one component of quotient and one component of
remainder.  What we wanted was zw for the remainder.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/glsl/builtin_int64.h
src/compiler/glsl/int64.glsl