target-alpha: Add vector implementation for CMPBGE
commit32ad48abd74a997220b841e4e913edeb267aa362
authorRichard Henderson <rth@twiddle.net>
Mon, 18 Aug 2014 17:19:06 +0000 (18 10:19 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 21 May 2015 17:34:18 +0000 (21 10:34 -0700)
treec286efc97ba68e75848b444c40a249832dfb9c0a
parent8d8d324e3424bf891d41e9c7758dcc09cf3c38b9
target-alpha: Add vector implementation for CMPBGE

While conditionalized on SSE2, it's a "portable" gcc generic vector
implementation, which could be enabled on other hosts.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/int_helper.c