index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-17
softfloat: logB(0) should raise divideByZero exception
Song Gao
1
-0
/
+1
2022-08-31
fpu: Add rebias bool, value and operation
Lucas Mateus Castro (alqotel)
2
-2
/
+21
2022-07-20
Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-2
/
+2
2022-07-19
fpu/softfloat: Add LoongArch specializations for pickNaN*
Song Gao
1
-1
/
+25
2022-07-19
target/s390x: fix NaN propagation rules
Ilya Leoshkevich
1
-1
/
+2
2022-04-26
softfloat: Use FloatRelation for fracN_cmp
Richard Henderson
1
-5
/
+7
2022-04-26
softfloat: Use FloatRelation within partsN_compare
Richard Henderson
1
-4
/
+7
2022-04-26
softfloat: Fix declaration of partsN_compare
Richard Henderson
1
-4
/
+4
2022-04-20
softfloat: add float128_to_int128
Matheus Ferst
1
-0
/
+64
2022-04-20
softfloat: add float128_to_uint128
Matheus Ferst
1
-0
/
+65
2022-04-20
softfloat: add int128_to_float128
Matheus Ferst
1
-0
/
+29
2022-04-20
softfloat: add uint128_to_float128
Matheus Ferst
1
-0
/
+25
2021-12-17
softfloat: Add float64r32 arithmetic routines
Richard Henderson
1
-0
/
+110
2021-12-17
softfloat: Add flag specific to signaling nans
Richard Henderson
2
-7
/
+15
2021-12-17
softfloat: Add flag specific to convert non-nan to int
Richard Henderson
1
-7
/
+7
2021-12-17
softfloat: Add flag specific to sqrt(-x)
Richard Henderson
1
-1
/
+1
2021-12-17
softfloat: Add flags specific to Inf / Inf and 0 / 0
Richard Henderson
1
-5
/
+11
2021-12-17
softfloat: Add flag specific to Inf * 0
Richard Henderson
2
-8
/
+8
2021-12-17
softfloat: Add flag specific to Inf - Inf
Richard Henderson
1
-1
/
+2
2021-10-29
softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
Chih-Min Chao
2
-8
/
+36
2021-09-01
softfloat: Remove assertion preventing silencing of NaN in default-NaN mode
Peter Maydell
1
-1
/
+0
2021-06-15
softfloat: Use _Generic instead of QEMU_GENERIC
Richard Henderson
1
-6
/
+10
2021-06-13
softfloat: Fix tp init in float32_exp2
Richard Henderson
1
-1
/
+1
2021-06-11
meson: Split out fpu/meson.build
Richard Henderson
1
-0
/
+1
2021-06-03
softfloat: Use hard-float for {u}int64_to_float{32,64}
Richard Henderson
1
-0
/
+28
2021-06-03
softfloat: Convert modrem operations to FloatParts
Richard Henderson
3
-1243
/
+295
2021-06-03
softfloat: Move floatN_log2 to softfloat-parts.c.inc
Richard Henderson
2
-99
/
+152
2021-06-03
softfloat: Convert float32_exp2 to FloatParts
Richard Henderson
1
-30
/
+23
2021-06-03
softfloat: Convert floatx80 compare to FloatParts
Richard Henderson
1
-60
/
+22
2021-06-03
softfloat: Convert floatx80_scalbn to FloatParts
Richard Henderson
1
-39
/
+11
2021-06-03
softfloat: Convert floatx80 to integer to FloatParts
Richard Henderson
1
-294
/
+42
2021-06-03
softfloat: Convert floatx80 float conversions to FloatParts
Richard Henderson
2
-384
/
+67
2021-06-03
softfloat: Convert integer to floatx80 to FloatParts
Richard Henderson
1
-45
/
+13
2021-06-03
softfloat: Convert floatx80_round_to_int to FloatParts
Richard Henderson
1
-103
/
+13
2021-06-03
softfloat: Convert floatx80_round to FloatParts
Richard Henderson
1
-4
/
+6
2021-06-03
softfloat: Convert floatx80_sqrt to FloatParts
Richard Henderson
1
-71
/
+11
2021-06-03
softfloat: Convert floatx80_div to FloatParts
Richard Henderson
1
-87
/
+13
2021-06-03
softfloat: Convert floatx80_mul to FloatParts
Richard Henderson
1
-62
/
+14
2021-06-03
softfloat: Convert floatx80_add/sub to FloatParts
Richard Henderson
1
-203
/
+136
2021-06-03
softfloat: Adjust parts_uncanon_normal for floatx80
Richard Henderson
1
-6
/
+30
2021-06-03
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
1
-15
/
+17
2021-06-03
softfloat: Reduce FloatFmt
Richard Henderson
2
-20
/
+15
2021-06-03
softfloat: Split out parts_uncanon_normal
Richard Henderson
2
-27
/
+40
2021-06-03
softfloat: Move sqrt_float to softfloat-parts.c.inc
Richard Henderson
2
-152
/
+261
2021-06-03
softfloat: Move scalbn_decomposed to softfloat-parts.c.inc
Richard Henderson
2
-69
/
+55
2021-06-03
softfloat: Move compare_floats to softfloat-parts.c.inc
Richard Henderson
2
-132
/
+133
2021-06-03
softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
David Hildenbrand
1
-0
/
+13
2021-06-03
softfloat: Move minmax_flags to softfloat-parts.c.inc
Richard Henderson
2
-130
/
+156
2021-06-03
softfloat: Move uint_to_float to softfloat-parts.c.inc
Richard Henderson
2
-50
/
+56
2021-06-03
softfloat: Move int_to_float to softfloat-parts.c.inc
Richard Henderson
2
-98
/
+70
[next]