index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/sparc: Implement FMAf extension
Richard Henderson
2024-06-05
1
-0
/
+31
*
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
2024-04-24
1
-1
/
+1
*
fpu/softfloat: Remove mention of TILE-Gx target
Philippe Mathieu-Daudé
2024-04-01
1
-1
/
+1
*
fpu: Handle m68k extended precision denormals properly
Richard Henderson
2023-09-16
2
-4
/
+12
*
fpu: Add conversions between bfloat16 and [u]int8
LIU Zhiwei
2023-09-16
1
-0
/
+58
*
fpu: Add float64_to_int{32,64}_modulo
Richard Henderson
2023-07-01
2
-0
/
+109
*
softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining
Alex Bennée
2023-06-26
1
-11
/
+11
*
softfloat: Fix the incorrect computation in float32_exp2
Shivaprasad G Bhat
2023-05-05
1
-1
/
+1
*
softfloat: logB(0) should raise divideByZero exception
Song Gao
2022-10-17
1
-0
/
+1
*
fpu: Add rebias bool, value and operation
Lucas Mateus Castro (alqotel)
2022-08-31
2
-2
/
+21
*
Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into staging
Peter Maydell
2022-07-20
1
-2
/
+2
|
\
|
*
target/s390x: fix NaN propagation rules
Ilya Leoshkevich
2022-07-19
1
-1
/
+2
*
|
fpu/softfloat: Add LoongArch specializations for pickNaN*
Song Gao
2022-07-19
1
-1
/
+25
|
/
*
softfloat: Use FloatRelation for fracN_cmp
Richard Henderson
2022-04-26
1
-5
/
+7
*
softfloat: Use FloatRelation within partsN_compare
Richard Henderson
2022-04-26
1
-4
/
+7
*
softfloat: Fix declaration of partsN_compare
Richard Henderson
2022-04-26
1
-4
/
+4
*
softfloat: add float128_to_int128
Matheus Ferst
2022-04-20
1
-0
/
+64
*
softfloat: add float128_to_uint128
Matheus Ferst
2022-04-20
1
-0
/
+65
*
softfloat: add int128_to_float128
Matheus Ferst
2022-04-20
1
-0
/
+29
*
softfloat: add uint128_to_float128
Matheus Ferst
2022-04-20
1
-0
/
+25
*
softfloat: Add float64r32 arithmetic routines
Richard Henderson
2021-12-17
1
-0
/
+110
*
softfloat: Add flag specific to signaling nans
Richard Henderson
2021-12-17
2
-7
/
+15
*
softfloat: Add flag specific to convert non-nan to int
Richard Henderson
2021-12-17
1
-7
/
+7
*
softfloat: Add flag specific to sqrt(-x)
Richard Henderson
2021-12-17
1
-1
/
+1
*
softfloat: Add flags specific to Inf / Inf and 0 / 0
Richard Henderson
2021-12-17
1
-5
/
+11
*
softfloat: Add flag specific to Inf * 0
Richard Henderson
2021-12-17
2
-8
/
+8
*
softfloat: Add flag specific to Inf - Inf
Richard Henderson
2021-12-17
1
-1
/
+2
*
softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
Chih-Min Chao
2021-10-29
2
-8
/
+36
*
softfloat: Remove assertion preventing silencing of NaN in default-NaN mode
Peter Maydell
2021-09-01
1
-1
/
+0
*
softfloat: Use _Generic instead of QEMU_GENERIC
Richard Henderson
2021-06-15
1
-6
/
+10
*
softfloat: Fix tp init in float32_exp2
Richard Henderson
2021-06-13
1
-1
/
+1
*
meson: Split out fpu/meson.build
Richard Henderson
2021-06-11
1
-0
/
+1
*
softfloat: Use hard-float for {u}int64_to_float{32,64}
Richard Henderson
2021-06-03
1
-0
/
+28
*
softfloat: Convert modrem operations to FloatParts
Richard Henderson
2021-06-03
3
-1243
/
+295
*
softfloat: Move floatN_log2 to softfloat-parts.c.inc
Richard Henderson
2021-06-03
2
-99
/
+152
*
softfloat: Convert float32_exp2 to FloatParts
Richard Henderson
2021-06-03
1
-30
/
+23
*
softfloat: Convert floatx80 compare to FloatParts
Richard Henderson
2021-06-03
1
-60
/
+22
*
softfloat: Convert floatx80_scalbn to FloatParts
Richard Henderson
2021-06-03
1
-39
/
+11
*
softfloat: Convert floatx80 to integer to FloatParts
Richard Henderson
2021-06-03
1
-294
/
+42
*
softfloat: Convert floatx80 float conversions to FloatParts
Richard Henderson
2021-06-03
2
-384
/
+67
*
softfloat: Convert integer to floatx80 to FloatParts
Richard Henderson
2021-06-03
1
-45
/
+13
*
softfloat: Convert floatx80_round_to_int to FloatParts
Richard Henderson
2021-06-03
1
-103
/
+13
*
softfloat: Convert floatx80_round to FloatParts
Richard Henderson
2021-06-03
1
-4
/
+6
*
softfloat: Convert floatx80_sqrt to FloatParts
Richard Henderson
2021-06-03
1
-71
/
+11
*
softfloat: Convert floatx80_div to FloatParts
Richard Henderson
2021-06-03
1
-87
/
+13
*
softfloat: Convert floatx80_mul to FloatParts
Richard Henderson
2021-06-03
1
-62
/
+14
*
softfloat: Convert floatx80_add/sub to FloatParts
Richard Henderson
2021-06-03
1
-203
/
+136
*
softfloat: Adjust parts_uncanon_normal for floatx80
Richard Henderson
2021-06-03
1
-6
/
+30
*
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
2021-06-03
1
-15
/
+17
*
softfloat: Reduce FloatFmt
Richard Henderson
2021-06-03
2
-20
/
+15
[next]