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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
target
/
m68k
/
softfloat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
1
-36
/
+54
2020-06-26
softfloat: merge floatx80_mod and floatx80_rem
Joseph Myers
1
-83
/
+0
2020-05-19
softfloat: Replace flag with bool
Richard Henderson
1
-35
/
+35
2019-08-19
target/m68k: replace LIT64 with UINT64_C macros
Alex Bennée
1
-49
/
+49
2019-06-26
m68k comments break patch submission due to being incorrectly formatted
Lucien Murray-Pitts
1
-87
/
+94
2018-05-17
target/m68k: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
1
-1
/
+2
2018-05-14
m68k: fix floatx80_mod() (Coverity CID1390568)
Laurent Vivier
1
-0
/
+1
2018-05-01
m68k: remove dead code (Coverity CID1390617)
Laurent Vivier
1
-29
/
+14
2018-05-01
m68k: Fix floatx80_lognp1 (Coverity CID1390587)
Laurent Vivier
1
-1
/
+2
2018-03-13
target/m68k: implement fcosh
Laurent Vivier
1
-0
/
+81
2018-03-13
target/m68k: implement fsinh
Laurent Vivier
1
-0
/
+89
2018-03-13
target/m68k: implement ftanh
Laurent Vivier
1
-0
/
+366
2018-03-13
target/m68k: implement fatanh
Laurent Vivier
1
-0
/
+65
2018-03-13
target/m68k: implement facos
Laurent Vivier
1
-0
/
+70
2018-03-13
target/m68k: implement fasin
Laurent Vivier
1
-0
/
+65
2018-03-13
target/m68k: implement fatan
Laurent Vivier
1
-0
/
+200
2018-03-13
target/m68k: implement fcos
Laurent Vivier
1
-0
/
+244
2018-03-13
target/m68k: implement fsin
Laurent Vivier
1
-0
/
+247
2018-03-13
target/m68k: implement ftan
Laurent Vivier
1
-0
/
+210
2018-03-09
target/m68k: implement ftentox
Laurent Vivier
1
-0
/
+153
2018-03-09
target/m68k: implement ftwotox
Laurent Vivier
1
-0
/
+148
2018-03-09
target/m68k: implement fetox
Laurent Vivier
1
-0
/
+183
2018-03-09
target/m68k: implement flog2
Laurent Vivier
1
-0
/
+67
2018-03-09
target/m68k: implement flog10
Laurent Vivier
1
-0
/
+57
2018-03-09
target/m68k: implement flogn
Laurent Vivier
1
-0
/
+168
2018-03-09
target/m68k: implement flognp1
Laurent Vivier
1
-0
/
+216
2018-03-09
target/m68k: define floatx80_move()
Laurent Vivier
1
-0
/
+27
2018-03-04
target/m68k: add fscale, fgetman and fgetexp
Laurent Vivier
1
-0
/
+144
2018-03-04
target/m68k: add fmod/frem
Laurent Vivier
1
-0
/
+105