Re: [Qemu-devel] [PATCH] target-i386: Fix several SSE3 instructions.

2011-09-17 Thread Blue Swirl
Thanks, applied. On Fri, Sep 16, 2011 at 3:29 PM, Max Reitz wrote: > haddp[sd], hsubp[sd] and addsubp[sd] operate on floats, thus it is > necessary to use the appropriate floating point calculation functions. > If this is not done, those functions operate merely on integers, which > is not correc

[Qemu-devel] [PATCH] target-i386: Fix several SSE3 instructions.

2011-09-16 Thread Max Reitz
haddp[sd], hsubp[sd] and addsubp[sd] operate on floats, thus it is necessary to use the appropriate floating point calculation functions. If this is not done, those functions operate merely on integers, which is not correct. Signed-off-by: Max Reitz --- target-i386/ops_sse.h | 36 +