MikeMarcin
Results
3
comments of
MikeMarcin
While we're on the topic. Why does `XMStoreFloat3` not do the same `_mm_store_sd(reinterpret_cast(pDestination), _mm_castps_pd(V));` trick for xy as `XMStoreFloat3A` does? There's no alignment requirement on _mm_store_sd.
How about defining it as `inline constexpr`?
I think it's just strictly better to define it as inline constexpr so long as you have a C++17 or greater compiler language. I don't think you need module detection.