summaryrefslogtreecommitdiff
path: root/rtl/arm/mathu.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling error of revision 48023pierre2021-01-041-1/+1
* * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.pierre2021-01-031-1/+2
* * improved software floating point exception handling in the rtlflorian2019-10-101-1/+7
* + create defines with FPU capabilitesflorian2019-08-131-2/+7
* * fix VFPv4 supportflorian2016-03-061-1/+1
* * Removed unused vars in RTL.yury2015-09-171-0/+2
* Fix some minor UMULL, and FPv4_S16 define problemslaksen2015-09-061-1/+1
* Undo recent VFP assembler changes to make bootstrapping from 3.0.1 possible.laksen2015-03-141-2/+2
* Merge from armiw branch.laksen2015-03-131-2/+2
* * ARM: SetExceptionMask and SetRoundingMode must return the old value of mask...sergei2014-03-211-55/+58
* * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionM...sergei2014-03-201-69/+6
* - MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff.sergei2014-03-201-11/+0
* Fix ARM FPU Exceptions for WinCEmasta2012-07-231-6/+6
* Fix ARM FPU exception masksmasta2012-07-231-30/+30
* + support for the ARM hard float EABI on Linux (patch by Peter Green):jonas2012-03-291-1/+1
* * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6jonas2009-12-041-0/+2
* * the bits in the VFP fpscr don't mask exceptions, but enable themjonas2009-12-041-25/+25
* o added ARM VPFv2/VFPv3 support:jonas2009-12-031-5/+194
* + support for the different rounding modes in the generic rounding jonas2008-06-271-0/+10
* * fixed unportable soft float mask handling which broke on big endianjonas2007-05-201-3/+37
* * ensure that softfloat and libgcc float never use rfs/wfsflorian2007-05-011-3/+3
* * fixed fpa flag settingflorian2007-01-231-13/+13
* * gba and nds have no softfloat supportflorian2007-01-201-15/+23
* * implemented SysResetFPU for arm-wince. yury2007-01-171-0/+2
* * fpa exception masking fixedflorian2007-01-171-3/+186
* * fixed SetPrecisionMode/GetPrecisionMode for wince.yury2006-12-221-7/+4
* * fixed some warnings and notes while compiling RTL.yury2006-07-191-0/+1
* * implemented exceptions, rounding, precision control for arm-wince math.yury2006-07-061-0/+124
* * remove $Logpeter2005-06-071-6/+0
* * log and id tags removedfpc2005-05-211-1/+0
* initial importfpc2005-05-161-0/+20