Commit graph

6 commits

Author SHA1 Message Date
Derek "Turtle" Roe
c4afd44ed7 See long description
Replaced all references to simulation with emulation
Updated copyright year
Updated .gitignore to reduce chances of random files being uploaded to
the repo
Added .gitattributes to normalize all text files, and to ignore binary
files (which includes the logo and the NEC PDF)
2015-07-03 08:18:16 -04:00
Tyler Stachecki
54c79ebc73 Hacky fix to patch register caching.
On Windows, acc_lo (%xmm5) was clashing with the x64 calling
convention, which states %xmm5 is a volatile register and is
the caller's responsibility to save. We need the register
preserved across calls, so until we have a better solution to
the problem, pick registers that are not volatile according to
the calling convention.
2015-01-02 15:31:45 -05:00
Tyler Stachecki
f80d494723 Convert AIO's VABS optimization to AVX. 2014-12-30 17:49:19 -05:00
Tyler Stachecki
31577f57e6 Enable register-caching on MinGW.
Use a prelude to get around Microsoft's stupid calling convention.
2014-12-30 11:37:08 -05:00
Tyler Stachecki
84544d9521 Work in AIO's optimizations for VABS. 2014-12-29 17:36:25 -05:00
Tyler Stachecki
2585daa532 Move around and patch bugs in new functions. 2014-12-28 15:18:47 -05:00
Renamed from arch/x86_64/rsp/vabs.s (Browse further)