mmx: fix _mm_shuffle_pi16 function when compiling without optimization
authorMatt Turner <mattst88@gmail.com>
Sun, 15 Apr 2012 18:03:08 +0000 (14:03 -0400)
committerMatt Turner <mattst88@gmail.com>
Sun, 15 Apr 2012 18:03:08 +0000 (14:03 -0400)
commitb87cd1f6059789cb154677d8432045a5ca8e16c1
tree31faaa20c14da847d3d899b660a01419133094f9
parente927d2397141f80aecd2702ce5f38349c41aebe5
mmx: fix _mm_shuffle_pi16 function when compiling without optimization

The last argument must be an immediate value, and when compiling without
optimization the compiler might not recognize this. So use a macro if
not optimizing.
pixman/pixman-mmx.c