On 26 January 2014 19:24, Peter Maydell <peter.mayd...@linaro.org> wrote: > Implement the absolute-difference instructions in the SIMD > three-different group: SABAL, SABAL2, UABAL, UABAL2, SABDL, > SABDL2, UABDL, UABDL2. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > Reviewed-by: Richard Henderson <r...@twiddle.net>
Just a note that if anybody's doing anything with this patch via 'git am' or similar then they should be careful, because git's patch-applying algorithm seems to like to swap the order of the two hunks when it applies this. (Easy to tell if it has because it won't compile, fortunately.) thanks -- PMM