mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-09 22:20:08 +00:00
Updated Home (markdown)
parent
1ee826449c
commit
acfcba58ba
2
Home.md
2
Home.md
@ -80,7 +80,7 @@ The DirectXMath library make use of two commonly implemented extensions to Stand
|
||||
|
||||
## Compiler support
|
||||
|
||||
In addition to Microsoft Visual C++, the library has been compiled with the Intel C++ 18.0 compiler and clang/LLVM v9 to verify conformance.
|
||||
In addition to Microsoft Visual C++, the library has been compiled with the Intel C++ 18.0 compiler and clang/LLVM v9 to verify conformance. It should also work with GCC and MinGW.
|
||||
|
||||
When building with clang/LLVM, the ``_XM_NO_XMVECTOR_OVERLOADS_`` control define is set because that compiler does 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user