diff --git a/Home.md b/Home.md index aeb3354..d79d472 100644 --- a/Home.md +++ b/Home.md @@ -82,7 +82,7 @@ The DirectXMath library make use of two commonly implemented extensions to Stand 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. +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. For non-Windows platforms, you should use the open source version of [sal.h](https://github.com/dotnet/corert/blob/master/src/Native/inc/unix/sal.h) in your include search path.