]> Git Repo - qemu.git/commit - target-alpha/int_helper.c
target-alpha: Rewrite helper_cmpbge using bit tests
authorRichard Henderson <[email protected]>
Wed, 5 Aug 2015 17:33:12 +0000 (10:33 -0700)
committerRichard Henderson <[email protected]>
Mon, 17 Aug 2015 21:34:33 +0000 (14:34 -0700)
commit5f2a80adc6fd2b2e4e0579a6613a9913e3cc9a05
tree5218caf127e4a2d40a79b07d0959838df43c5032
parent074a9925e1cfd659d5376dcaccd1436d3840e611
target-alpha: Rewrite helper_cmpbge using bit tests

Not quite as good as using a proper host vector compare,
but certainly better than a loop.

Signed-off-by: Richard Henderson <[email protected]>
target-alpha/int_helper.c
This page took 0.02326 seconds and 4 git commands to generate.