Re: [Qemu-devel] [PATCH] softfloat: Don't execute divdeu without power7

2018-11-01 Thread Laurent Vivier
On 01/11/2018 21:26, Richard Henderson wrote: > The divdeu instruction was added to ISA 2.06 (Power7). > Exclude this block from older cpus. > > Fixes: 27ae5109a2ba (softfloat: Specialize udiv_qrnnd for ppc64) > Reported-by: Laurent Vivier > Signed-off-by: Richard Henderson > --- > include/fpu/

[Qemu-devel] [PATCH] softfloat: Don't execute divdeu without power7

2018-11-01 Thread Richard Henderson
The divdeu instruction was added to ISA 2.06 (Power7). Exclude this block from older cpus. Fixes: 27ae5109a2ba (softfloat: Specialize udiv_qrnnd for ppc64) Reported-by: Laurent Vivier Signed-off-by: Richard Henderson --- include/fpu/softfloat-macros.h | 4 ++-- 1 file changed, 2 insertions(+),