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

Implement SVML Intrinsics paths for VS2019 builds. #108

Closed darkscott closed 4 years ago

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

walbourn commented 4 years ago

Provides a good solution for VS 2019 SSE paths for https://github.com/microsoft/DirectXMath/issues/12

walbourn commented 4 years ago

Resolved conflicts, some minor code review. Submitted in this commit