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.51k stars 231 forks source link

XDSP fix when building for NO-INTRINSICS #164

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

XMVECTOR is not aligned in no-intrinsics mode, so needs an explicit alignment declaration for the stack workspace.