diff options
author | 2011-07-28 02:21:12 +0000 | |
---|---|---|
committer | 2011-07-28 02:21:12 +0000 | |
commit | 1429b0052e821500ef753f4358fd6c43a5146dfe (patch) | |
tree | 599cceab22cdf4237ff1e386576c95ba0778fee2 /.gitattributes | |
parent | 0c0093842af04738f3046a5a2bc8e8538727ca78 (diff) |
m68k: Added FSIN, FCOS, and FTAN using SoftFloat extensions [Stanislav Shwartsman, R. Belmont]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a036053f2ac..4cd198b39f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1516,6 +1516,8 @@ src/lib/formats/zx81_p.c svneol=native#text/plain src/lib/formats/zx81_p.h svneol=native#text/plain src/lib/lib.mak svneol=native#text/plain src/lib/softfloat/README.txt svneol=native#text/plain +src/lib/softfloat/fpu_constant.h svneol=native#text/plain +src/lib/softfloat/fsincos.c 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 |