]> Git Repo - qemu.git/commit
Revert "target-alpha: Add vector implementation for CMPBGE"
authorPeter Maydell <[email protected]>
Fri, 22 May 2015 11:30:13 +0000 (12:30 +0100)
committerPeter Maydell <[email protected]>
Fri, 22 May 2015 11:30:13 +0000 (12:30 +0100)
commitf5790c3bc81702c98c7ddadedb274758cff8cbe7
treef07545c8ffc9ef71f0de6ab5e0de9a44c51c3fe2
parent27e1259a69c49ee2dd53385f4ca4ca14b822191d
Revert "target-alpha: Add vector implementation for CMPBGE"

This reverts commit 32ad48abd74a997220b841e4e913edeb267aa362.

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 <[email protected]>
target-alpha/int_helper.c
This page took 0.029521 seconds and 4 git commands to generate.