On 03/26/2013 12:01 PM, Aurelien Jarno wrote: > ffs1 returns the first bit set to one starting counting from the most > significant bit. > > pcmpXstri returns the most significant bit set to one, starting counting > from the least significant bit. > > Signed-off-by: Aurelien Jarno <aurel...@aurel32.net> > --- > target-i386/ops_sse.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
I wonder if this ought not just be squashed with patch 10. It would have made it easier to review, actually. That said, Reviewed-by: Richard Henderson <r...@twiddle.net> r~