13 #include <gtest/gtest.h>
24 template <mjolnir::x86::FloatVectorRegister T_RegisterType>
31 using VectorRegisterTestTypes = ::testing::Types<__m128, __m128d, __m256, __m256d>;
The test suite for all supported x86 vector registers based on floating point types.
Definition: floating_point_vector_register_test_suite.h:26
Contains x86 vectorization specific constants, concepts and definitions.
This header includes the correct x86 header depending on the operation system.