mirror of
https://github.com/mii443/qemu.git
synced 2025-08-30 10:59:53 +00:00
This reverts commit 32ad48abd7
.
Unfortunately the SSE2 code here fails to compile on some versions
of gcc:
target-alpha/int_helper.c:77:24: error: invalid operands to binary >=
(have '__vector(16) unsigned char' and '__vector(16) unsigned char')
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>