microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.52k stars 234 forks source link

Optimize SSE use of mm_load/store_ss pairs by using mm_load/store_pd #94

Closed walbourn closed 4 years ago

walbourn commented 4 years ago

Implemented recommendations for using fewer load/store instructions for XMFLOAT3 for SSE/SSE2 and SSE4.1 codepathsl