dangmoody / HLML

Auto-generated maths library for C and C++ based on HLSL/Cg
24 stars 1 forks source link

First SIMD Implementation #14

Closed dangmoody closed 5 years ago

dangmoody commented 5 years ago

Still not finished (and definitely still in preview), but definitely enough to bank into master for now.

SSE versions of all of the currently existing math library functions minus the following:

There's also other changes in this PR too that's not related to SIMD, including:

The licenses of the code have also changed. Now the generator only is in GPL, whereas the generated code is now licensed under MIT.