Re: [Qemu-devel] [PATCH v3 05/15] target/tricore: use float32_is_denormal

2018-04-06 Thread Bastian Koppelmann
On 04/05/2018 01:11 AM, Emilio G. Cota wrote: > Cc: Bastian Koppelmann > Signed-off-by: Emilio G. Cota > --- > target/tricore/fpu_helper.c | 9 ++--- > 1 file changed, 2 insertions(+), 7 deletions(-) > Reviewed-by: Bastian Koppelmann Cheers, Bastian

[Qemu-devel] [PATCH v3 05/15] target/tricore: use float32_is_denormal

2018-04-04 Thread Emilio G. Cota
Cc: Bastian Koppelmann Signed-off-by: Emilio G. Cota --- target/tricore/fpu_helper.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/target/tricore/fpu_helper.c b/target/tricore/fpu_helper.c index df16290..31df462 100644 --- a/target/tricore/fpu_helper.c +++ b/target