directxmath v2025-04-03
- Created
- Updated
DirectXMath SIMD C++ math library
# Usage
The DirectXMath package provides CMake targets:
find_package(directxmath CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::DirectXMath)
# License
# Supported Platforms
!arm32
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
# Features
No default features set.
# dx11
C++ Spherical Harmonics Math Library for DirectX 11
Supports: windows & !xbox
- ✅ windows
- ❌
linux - ❌
osx - ❌
uwp
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# dx12
C++ Spherical Harmonics Math Library for DirectX 12
Supports: (windows & !arm32) | linux
- ✅ linux
- ✅ windows
- ❌
osx - ❌
uwp
Host Dependencies:
2 transitive dependencies:
# xdsp
XDSP Digital Signal Processing (DSP) for DirectXMath
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
Chuck Walbourn
JonLiu1993