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.54k stars 238 forks source link

Remove redundant parentheses from XMComparison functions #131

Closed danielkrupinski closed 3 years ago

danielkrupinski commented 3 years ago

It makes code more readable and easier to understand by those reading the code for the first time.