mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
softfloat: Add flag specific to Inf - Inf
PowerPC has this flag, and it's easier to compute it here than after the fact. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211119160502.17432-3-richard.henderson@linaro.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
committed by
Cédric Le Goater
parent
149a48f6e6
commit
ba11446c40
@ -152,6 +152,7 @@ enum {
|
||||
float_flag_inexact = 0x0010,
|
||||
float_flag_input_denormal = 0x0020,
|
||||
float_flag_output_denormal = 0x0040,
|
||||
float_flag_invalid_isi = 0x0080, /* inf - inf */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user