summaryrefslogtreecommitdiff
path: root/rtl/i8086/mathu.inc
Commit message (Expand)AuthorAgeFilesLines
* + added comment about the fptan instruction restrictions on the 8087 and 80287nickysn2017-05-251-0/+4
* * i8086: added assembler implementation of fpc_round_real and removed remaini...sergei2014-03-201-1/+0
* - rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode onnickysn2014-03-151-1/+0
* * Changed the default packset setting to 1 and disabled the padding of 3-bytenickysn2014-03-141-4/+4
* * x87 optimized version of math.log2() for i8086, i386 and x86_64nickysn2013-12-221-0/+10
* - disabled the i8086 math.arctan2 asm code, because it doesn't work on the 80...nickysn2013-12-161-3/+8
* + i8086 asm implementation of math.arctan2, based on the i386 versionnickysn2013-11-291-7/+7
* * i8086/mathu.inc converted to asmmode intelnickysn2013-09-241-4/+4
* + added rtl/i8086/mathu*.inc for compiling the math unitnickysn2013-05-251-0/+185