diff options
author | 2010-03-02 04:26:48 +0000 | |
---|---|---|
committer | 2010-03-02 04:26:48 +0000 | |
commit | beeffeb5e79b246c1f0c67ad795a6d3f711281c6 (patch) | |
tree | 1423e9f391d2c4a8b5643d9bc1758d1ee6d92e66 /.gitattributes | |
parent | 396b49bf1b8d325abb489775f2aae0addb59add5 (diff) |
Add MAME-ified version of SoftFloat library [John R. Hauser]
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.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 0f78a4d19ca..88dbc2055b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1089,6 +1089,13 @@ src/lib/expat/xmltok_impl.c svneol=native#text/plain src/lib/expat/xmltok_impl.h svneol=native#text/plain src/lib/expat/xmltok_ns.c svneol=native#text/plain src/lib/lib.mak svneol=native#text/plain +src/lib/softfloat/README.txt svneol=native#text/plain +src/lib/softfloat/mamesf.h svneol=native#text/plain +src/lib/softfloat/milieu.h svneol=native#text/plain +src/lib/softfloat/softfloat-macros svneol=native#text/plain +src/lib/softfloat/softfloat-specialize svneol=native#text/plain +src/lib/softfloat/softfloat.c svneol=native#text/plain +src/lib/softfloat/softfloat.h svneol=native#text/plain src/lib/util/astring.c svneol=native#text/plain src/lib/util/astring.h svneol=native#text/plain src/lib/util/avcomp.c svneol=native#text/plain |