qemu-patch-raspberry4/fpu
Max Filippov 213ff4e6df softfloat: add NO_SIGNALING_NANS
Architectures that don't have signaling NaNs can define
NO_SIGNALING_NANS, it will make float*_is_quiet_nan return 1 for any NaN
and float*_is_signaling_nan always return 0.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-09-22 17:59:12 +00:00
..
softfloat-macros.h softfloat: Replace int16 type with int_fast16_t 2012-04-28 09:13:26 +00:00
softfloat-specialize.h softfloat: add NO_SIGNALING_NANS 2012-09-22 17:59:12 +00:00
softfloat.c softfloat: Replace int16 type with int_fast16_t 2012-04-28 09:13:26 +00:00
softfloat.h softfloat: add NO_SIGNALING_NANS 2012-09-22 17:59:12 +00:00