index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
math-emu
/
ieee754.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
MIPS: Add MAC2008 Support
Jiaxun Yang
1
-0
/
+16
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397
Thomas Gleixner
1
-13
/
+1
2017-11-07
MIPS: math-emu: Use preferred flavor of unsigned integer declarations
Aleksandar Markovic
1
-7
/
+8
2017-08-29
MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementation
Aleksandar Markovic
1
-0
/
+2
2016-01-20
MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation
Maciej W. Rozycki
1
-13
/
+29
2015-09-03
MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instruction
Markos Chandras
1
-0
/
+4
2015-09-03
MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instruction
Markos Chandras
1
-0
/
+4
2015-09-03
MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instruction
Markos Chandras
1
-0
/
+2
2015-09-03
MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instruction
Markos Chandras
1
-0
/
+4
2015-09-03
MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instruction
Markos Chandras
1
-0
/
+5
2015-04-08
MIPS: math-emu: Define IEEE 754-2008 feature control bits
Maciej W. Rozycki
1
-5
/
+7
2015-04-08
MIPS: math-emu: Remove dead comparison helpers
Maciej W. Rozycki
1
-65
/
+0
2015-04-08
MIPS: ieee754.h: Supplement comments for special values
Maciej W. Rozycki
1
-17
/
+17
2015-04-08
MIPS: ieee754.h: Correct comments for special values
Maciej W. Rozycki
1
-2
/
+2
2014-05-23
MIPS: math-emu: Switch to using the MIPS rounding modes.
Ralf Baechle
1
-7
/
+0
2014-05-23
MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes.
Ralf Baechle
1
-4
/
+0
2014-05-23
MIPS: math-emu: Cleanup coding style.
Ralf Baechle
1
-1
/
+1
2014-05-23
MIPS: math-emu: Cleanup definition of structs describe sp/dp floats.
Ralf Baechle
1
-22
/
+9
2014-05-23
MIPS: math-emu: Get rid of the useless parts of exception handling.
Ralf Baechle
1
-16
/
+0
2014-05-23
MIPS: math-emu: Remove unused code.
Ralf Baechle
1
-53
/
+0
2014-05-23
MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite().
Ralf Baechle
1
-2
/
+0
2014-05-23
MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment.
Ralf Baechle
1
-8
/
+1
2014-05-23
MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef().
Ralf Baechle
1
-6
/
+10
2014-05-23
MIPS: math-emu: Get rid of unuable extended precision support.
Ralf Baechle
1
-3
/
+0
2014-05-21
MIPS: math-emu: Turn macros into functions where possible.
Ralf Baechle
1
-6
/
+8
2014-05-21
MIPS: math-emu: Get rid of typedefs.
Ralf Baechle
1
-83
/
+83
2014-05-21
MIPS: math-emu: Use English spelling of `constant' rather than Danish.
Ralf Baechle
1
-6
/
+6
2014-05-21
MIPS: math-emu: Mark exception handling functions as __cold.
Ralf Baechle
1
-1
/
+2
2014-05-21
MIPS: math-emu: Use __BITFIELD_FIELD to eleminate redundant definitions.
Ralf Baechle
1
-63
/
+23
2010-10-18
Update broken web addresses in arch directory.
Justin P. Mattock
1
-1
/
+0
2006-06-19
[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.
Atsushi Nemoto
1
-1
/
+1
2005-10-29
Delete unused ieee754_cname[] and declaration.
Ralf Baechle
1
-1
/
+0
2005-10-29
Protect against multiple inclusion.
Ralf Baechle
1
-0
/
+4
2005-10-29
Fix preemption and SMP problems in the FP emulator code.
Ralf Baechle
1
-98
/
+77
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+489