mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-26 22:10:06 +00:00
Update sal.h reference for Unix to new dotnet project
parent
7082edd96f
commit
46a5a93435
2
Home.md
2
Home.md
@ -123,7 +123,7 @@ Officially the library is supported with Microsoft Visual C++ 2017 or later, cla
|
||||
|
||||
When building with clang/LLVM or other GNU C compilers, the ``_XM_NO_XMVECTOR_OVERLOADS_`` control define is set because these compilers do not support creating operator overloads for the ``XMVECTOR`` type. You can choose to enable this preprocessor define explicitly to do the same thing with Visual C++ for improved portability.
|
||||
|
||||
To build for non-Windows platforms, you need to provide a ``sal.h`` header in your include path. You can obtain an open source version from [GitHub](https://github.com/dotnet/corert/blob/master/src/Native/inc/unix/sal.h).
|
||||
To build for non-Windows platforms, you need to provide a ``sal.h`` header in your include path. You can obtain an open source version from [GitHub](https://raw.githubusercontent.com/dotnet/runtime/main/src/coreclr/pal/inc/rt/sal.h).
|
||||
|
||||
```
|
||||
cd DirectXMath/Inc
|
||||
|
Loading…
Reference in New Issue
Block a user