summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/softfloat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved softfloat to 3rdparty (nw) Miodrag Milanovic2015-01-1010-8000/+0
|
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
|
* clean up stray properties (nw) Alex W. Jackson2014-01-182-0/+0
|
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-052-64/+64
|
* m68k: add FSCALE instruction used by e.g. SimCity 2000 [R. Belmont] R. Belmont2013-09-284-10/+84
|
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-2/+2
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-113-26/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-3965/+3962
|
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-3/+3
|
* SoftFloat changes for last CL and x07 tape format from MESS (no whatsnew) Miodrag Milanovic2012-04-093-1/+501
|
* SoftFloat: fixed sin/cos/tan to return correct results [Hans Ostermeyer] R. Belmont2012-03-221-3/+3
| | | | | m68k: sorted out the bit patterns for PFLUSHA and PFLUSHAN [Hans Ostermeyer]
* m68k: Added FSIN, FCOS, and FTAN using SoftFloat extensions [Stanislav ↵ R. Belmont2011-07-286-231/+899
| | | | Shwartsman, R. Belmont]
* Last round of GCC 4.6 fixes (no whatsnew) R. Belmont2011-05-301-8/+8
|
* fixed msvc warnings smf-2010-03-111-1/+1
|
* Add MAME-ified version of SoftFloat library [John R. Hauser] R. Belmont2010-03-027-0/+6785
As previously discussed, this will be used for the MC680x0 FPU in order to handle high-precision floats portably. The license is included in README.txt and is MAME compatible.