index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
fpu
/
softfloat-types.h
Age
Commit message (
Expand
)
Author
2024-11-05
softfloat: Remove fallback rule from pickNaN()
Peter Maydell
2024-11-05
softfloat: Allow 2-operand NaN propagation rule to be set at runtime
Peter Maydell
2022-08-31
fpu: Add rebias bool, value and operation
Lucas Mateus Castro (alqotel)
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2021-12-17
softfloat: Add flag specific to signaling nans
Richard Henderson
2021-12-17
softfloat: Add flag specific to convert non-nan to int
Richard Henderson
2021-12-17
softfloat: Add flag specific to sqrt(-x)
Richard Henderson
2021-12-17
softfloat: Add flags specific to Inf / Inf and 0 / 0
Richard Henderson
2021-12-17
softfloat: Add flag specific to Inf * 0
Richard Henderson
2021-12-17
softfloat: Add flag specific to Inf - Inf
Richard Henderson
2021-12-17
softfloat: Extend float_exception_flags to 16 bits
Richard Henderson
2021-06-03
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
2021-06-03
softfpu: Add float_round_to_odd_inf
Richard Henderson
2020-08-28
softfloat: Define operations for bfloat16
LIU Zhiwei
2020-08-21
softfloat: pass float_status pointer to pickNaN
Max Filippov
2020-08-21
softfloat: make NO_SIGNALING_NANS runtime property
Max Filippov
2020-05-19
softfloat: Name rounding mode enum
Richard Henderson
2020-05-19
softfloat: Change tininess_before_rounding to bool
Richard Henderson
2020-05-19
softfloat: Replace flag with bool
Richard Henderson
2018-05-17
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-02-21
fpu/softfloat-types: new header to prevent excessive re-builds
Alex Bennée