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.54k stars 236 forks source link

Readme points to unmaintained sal.h #159

Closed Aerocatia closed 8 months ago

Aerocatia commented 1 year ago

The section of the readme states you should obtain sal.h to build this project on non-MSVC compilers. The version referenced by this repository is from dotnet/corert that has since been archived.

The file has been moved to dotnet/runtime located here.