Updated readme with notes about GCC
Nuspec update
Replace typedefs with 'using' declarations (#132)
Revert changes to DirectXMath which uses typedef in these cases
Replace typedefs with 'using' declarations
Minor whitespace adjustment
Remove redundant parentheses from XMComparison functions (#131)
Remove inline specifier from constexpr functions (#130)
Update readme
Readme update
Inherit contructors of base struct in aligned structs (#129)
Need an adapter for _mm_loadu_si16 for some toolsets
Fixed overread problem with XMUNIBBLE4 and other 16-bit packed types (#… …
…128)
XM_CACHE_LINE_SIZE on ARM should be 128
Re-optimized unswizzle (#126)
Update copyright banner
January 2021
Fixed ARM-NEON GCC conformance issue with half-precision optimization… …
…s on ARM64
Use alignas when building for C++17
Fix case-sensitivity issues with CMake package
Case fix
December 2020
CMake package support (#120)
Added _M_ARM64EC from windows build
Fixed clang-cl compat for ARM64
Updated readme
August 2020
BoundingFrustum CreateFromMatrix option for RH coordinates
GXMVECTOR 4th parameter for x86 __vectorcall fixup removal
Rec. 2020 Color Conversions RGB <-> Y'UV #34
ARM-NEON intrinsics code paths now type-safe (#115)
Fixed flush cases for float11/float10 conversions
Added Security notice
Converted a few typdef to using
Fixed float denorm conversion handling for XMConvertFloatToHalf (#114)