summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/ieee754.h
AgeCommit message (Expand)Author
2017-11-07MIPS: math-emu: Use preferred flavor of unsigned integer declarationsAleksandar Markovic
2017-08-29MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationAleksandar Markovic
2016-01-20MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulationMaciej W. Rozycki
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MAX{, A} FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MIN{, A} FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 CLASS FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MSUBF FPU instructionMarkos Chandras
2015-09-03MIPS: math-emu: Add support for the MIPS R6 MADDF FPU instructionMarkos Chandras
2015-04-08MIPS: math-emu: Define IEEE 754-2008 feature control bitsMaciej W. Rozycki
2015-04-08MIPS: math-emu: Remove dead comparison helpersMaciej W. Rozycki
2015-04-08MIPS: ieee754.h: Supplement comments for special valuesMaciej W. Rozycki
2015-04-08MIPS: ieee754.h: Correct comments for special valuesMaciej W. Rozycki
2014-05-23MIPS: math-emu: Switch to using the MIPS rounding modes.Ralf Baechle
2014-05-23MIPS: math-emu: Nuke alternative names for IEEE-754 rounding modes.Ralf Baechle
2014-05-23MIPS: math-emu: Cleanup coding style.Ralf Baechle
2014-05-23MIPS: math-emu: Cleanup definition of structs describe sp/dp floats.Ralf Baechle
2014-05-23MIPS: math-emu: Get rid of the useless parts of exception handling.Ralf Baechle
2014-05-23MIPS: math-emu: Remove unused code.Ralf Baechle
2014-05-23MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite().Ralf Baechle
2014-05-23MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment.Ralf Baechle
2014-05-23MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef().Ralf Baechle
2014-05-23MIPS: math-emu: Get rid of unuable extended precision support.Ralf Baechle
2014-05-21MIPS: math-emu: Turn macros into functions where possible.Ralf Baechle
2014-05-21MIPS: math-emu: Get rid of typedefs.Ralf Baechle
2014-05-21MIPS: math-emu: Use English spelling of `constant' rather than Danish.Ralf Baechle
2014-05-21MIPS: math-emu: Mark exception handling functions as __cold.Ralf Baechle
2014-05-21MIPS: math-emu: Use __BITFIELD_FIELD to eleminate redundant definitions.Ralf Baechle
2010-10-18Update broken web addresses in arch directory.Justin P. Mattock
2006-06-19[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.Atsushi Nemoto
2005-10-29Delete unused ieee754_cname[] and declaration.Ralf Baechle
2005-10-29Protect against multiple inclusion.Ralf Baechle
2005-10-29Fix preemption and SMP problems in the FP emulator code.Ralf Baechle
2005-04-16Linux-2.6.12-rc2Linus Torvalds