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
/
fpu
Age
Commit message (
Expand
)
Author
2024-11-05
softfloat: Remove fallback rule from pickNaN()
Peter Maydell
2024-11-05
target/rx: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/openrisc: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/microblaze: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/alpha: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/i386: Set 2-NaN propagation rule explicitly
Peter Maydell
2024-11-05
target/xtensa: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/sparc: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/m68k: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/ppc: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/s390x: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/hppa: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/loongarch: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/mips: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
target/arm: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
softfloat: Allow 2-operand NaN propagation rule to be set at runtime
Peter Maydell
2024-09-24
fpu: remove break after g_assert_not_reached()
Pierrick Bouvier
2024-09-13
target/cris: Remove the deprecated CRIS target
Philippe Mathieu-Daudé
2024-06-05
target/sparc: Implement FMAf extension
Richard Henderson
2024-04-24
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
2024-04-01
fpu/softfloat: Remove mention of TILE-Gx target
Philippe Mathieu-Daudé
2023-09-16
fpu: Handle m68k extended precision denormals properly
Richard Henderson
2023-09-16
fpu: Add conversions between bfloat16 and [u]int8
LIU Zhiwei
2023-07-01
fpu: Add float64_to_int{32,64}_modulo
Richard Henderson
2023-06-26
softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining
Alex Bennée
2023-05-05
softfloat: Fix the incorrect computation in float32_exp2
Shivaprasad G Bhat
2022-10-17
softfloat: logB(0) should raise divideByZero exception
Song Gao
2022-08-31
fpu: Add rebias bool, value and operation
Lucas Mateus Castro (alqotel)
2022-07-20
Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2022-07-19
fpu/softfloat: Add LoongArch specializations for pickNaN*
Song Gao
2022-07-19
target/s390x: fix NaN propagation rules
Ilya Leoshkevich
2022-04-26
softfloat: Use FloatRelation for fracN_cmp
Richard Henderson
2022-04-26
softfloat: Use FloatRelation within partsN_compare
Richard Henderson
2022-04-26
softfloat: Fix declaration of partsN_compare
Richard Henderson
2022-04-20
softfloat: add float128_to_int128
Matheus Ferst
2022-04-20
softfloat: add float128_to_uint128
Matheus Ferst
2022-04-20
softfloat: add int128_to_float128
Matheus Ferst
2022-04-20
softfloat: add uint128_to_float128
Matheus Ferst
2021-12-17
softfloat: Add float64r32 arithmetic routines
Richard Henderson
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-10-29
softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
Chih-Min Chao
2021-09-01
softfloat: Remove assertion preventing silencing of NaN in default-NaN mode
Peter Maydell
2021-06-15
softfloat: Use _Generic instead of QEMU_GENERIC
Richard Henderson
2021-06-13
softfloat: Fix tp init in float32_exp2
Richard Henderson
2021-06-11
meson: Split out fpu/meson.build
Richard Henderson
[next]