Re: [Qemu-devel] [PATCH v3] target-arm: fix neon shift helper functions

2009-10-27 Thread Laurent Desnogues
On Mon, Oct 26, 2009 at 8:01 AM, wrote: > From: Juha Riihimäki > > Current code is broken at least on recent compilers, comparison > between signed and unsigned types yield incorrect code and render > the neon shift helper functions defunct. This is the third revision > of this patch, casting al

[Qemu-devel] [PATCH v3] target-arm: fix neon shift helper functions

2009-10-26 Thread juha . riihimaki
From: Juha Riihimäki Current code is broken at least on recent compilers, comparison between signed and unsigned types yield incorrect code and render the neon shift helper functions defunct. This is the third revision of this patch, casting all comparisons with the sizeof operator to signed ssiz