1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-19 14:49:54 +00:00

Updated Home (markdown)

Chuck Walbourn 2018-03-16 13:13:50 -07:00
parent 7b7974fee2
commit ea98913f04

@ -9,7 +9,7 @@ The DirectXMath library is documented on [MSDN](https://msdn.microsoft.com/en-us
# Windows SDK
The DirectXMath library is included in the Windows SDK starting with version 8.0. Therefore it is included with Visual C++ 2012, 2013, and 2015. For a full list versions, see [releases](https://github.com/Microsoft/DirectXMath/releases).
The DirectXMath library is included in the Windows SDK starting with version 8.0. Therefore it is included with Visual C++ 2012, 2013, 2015, and 2017. For a full list versions, see [releases](https://github.com/Microsoft/DirectXMath/releases).
# Instruction set
For x86/x64, DirectXMath makes use of SSE/SSE2 intrinsics. All x64 native CPUs are required to support SSE and SSE2. Windows 8.0 (32-bit) or later will not install without SSE/SSE2 support.