microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.51k stars 231 forks source link

IntelLLVM Compiler Validation #148

Closed walbourn closed 5 months ago

walbourn commented 2 years ago

Per the porting guide, there the control define for the new Intel LLVM compiler is __INTEL_LLVM_COMPILER. Should update DirectXMath to support both the new and classic Intel compilers.