Re: [Qemu-devel] [PATCH 03/19] fpu/softfloat: Move softfloat-specialize.h below FloatParts definition

2018-05-11 Thread Alex Bennée
Richard Henderson writes: > We want to be able to specialize on the canonical representation. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > fpu/softfloat.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/fpu/softfloat.c

[Qemu-devel] [PATCH 03/19] fpu/softfloat: Move softfloat-specialize.h below FloatParts definition

2018-05-10 Thread Richard Henderson
We want to be able to specialize on the canonical representation. Signed-off-by: Richard Henderson --- fpu/softfloat.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index e7c8213a5e..5e4982b035 100644 --- a/fpu/softfl