aboutsummaryrefslogtreecommitdiff
path: root/sp/src/mathlib/sse.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Specify clobbered registers in POSIX SSE functionsJørgen P. Tjernø2013-12-031-2/+4
| | | | | | | | | We weren't specifying clobbered registers for our SSE implementations of VectorNormalize and InvRSquared. Supposedly GCC and clang does not inspect the assembly to figure out which registers are getting clobbered, so this could potentially fix some bugs. This fixes GH-195.
* Fix line endings. WHAMMY.Jørgen P. Tjernø2013-12-021-1095/+1095
|
* First version of the SOurce SDK 2013Joe Ludwig2013-06-261-0/+1095