gallivm: fix non-SSE4.1 case in lp_build_pack2()
authorBrian Paul <brianp@vmware.com>
Tue, 10 Aug 2010 14:56:20 +0000 (08:56 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 10 Aug 2010 14:56:57 +0000 (08:56 -0600)
commitf263fdee8146719b14d9f9b14cf0c224461f35dc
tree1dcb93bcf67cf1656a976638e7527dff3a45b5ed
parent4567b479531d2791ad2d6a598c9dd9e3730b0504
gallivm: fix non-SSE4.1 case in lp_build_pack2()

Since there's no SSE instruction for this case, fall through to the
generic shuffle code.

Fixes bug fd.o 29468.
src/gallium/auxiliary/gallivm/lp_bld_pack.c