rtasm,translate: Re-enable SSE on Mingw64.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 19 Nov 2014 12:04:44 +0000 (12:04 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 20 Nov 2014 14:11:36 +0000 (14:11 +0000)
commit56bf948e11dd43c671fa6731bb49b4b68f9fe025
tree11e378feefd2c2cc934ac13b8ad177901d8e9882
parent5e37a2a4a8aa9776ac17de794786479af2da2723
rtasm,translate: Re-enable SSE on Mingw64.

This reverts f4dd0991719ef3e2606920c5100b372181c60899.

The src/gallium/tests/unit/translate_test.c gives the same results on
MinGW 64-bits as on Linux 64-bits.  And since MinGW is often used for
development/testing due to its convenience, it's better not to have this
sort of differences relative to MSVC.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/rtasm/rtasm_x86sse.c
src/gallium/auxiliary/translate/translate_sse.c