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.52k stars 234 forks source link

Added XMVectorLog10 / XMVectorExp10 #109

Closed walbourn closed 4 years ago

walbourn commented 4 years ago

We already had base 2 and base E functions, but didn't have base 10.