:warning: Warning: The test suite is based on the little-endian architecture.
Once the conversion is implemented, the test can be added with the following steps:
File tests/impl.h
Add the intrinsic under INTRIN_LIST
macro. The naming convention should be mm_xxx
. Place it in the correct classification with the alphabetical order. The classification can be referenced from Intel Intrinsics Guide.
tests/impl.cpp