Re: [PATCH 01/21] softfloat: make NO_SIGNALING_NANS runtime property

2020-07-08 Thread Philippe Mathieu-Daudé
On 7/7/20 1:47 AM, Max Filippov wrote: > target/xtensa, the only user of NO_SIGNALING_NANS macro has FPU > implementations with and without the corresponding property. With > NO_SIGNALING_NANS being a macro they cannot be a part of the same QEMU > executable. > Replace macro with new property in

Re: [PATCH 01/21] softfloat: make NO_SIGNALING_NANS runtime property

2020-07-07 Thread Alex Bennée
Max Filippov writes: > target/xtensa, the only user of NO_SIGNALING_NANS macro has FPU > implementations with and without the corresponding property. With > NO_SIGNALING_NANS being a macro they cannot be a part of the same QEMU > executable. > Replace macro with new property in float_status to

[PATCH 01/21] softfloat: make NO_SIGNALING_NANS runtime property

2020-07-06 Thread Max Filippov
target/xtensa, the only user of NO_SIGNALING_NANS macro has FPU implementations with and without the corresponding property. With NO_SIGNALING_NANS being a macro they cannot be a part of the same QEMU executable. Replace macro with new property in float_status to allow cores with different FPU