You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TYPE_FUNC_CMP_PD
FuncListCmp256Pd
g_FunListCmp256Pd
_cmp_eq_oq
_cmp_lt_os
...
These types and functions is currently defined in avxintrin.h, but used by avxintrin.h and avx512intrin.h. I suggest moving these codes to a separate file or emmintrin.h. And the global 'g_FunListCmp256Pd' 's name should be g_FunListCmpPd, since it has nothing related with bitwidth. Then the intrinsic __mm_cmp_pd (may be implement later in emmintrin.h) could also utilize these codes.
The text was updated successfully, but these errors were encountered:
TYPE_FUNC_CMP_PD
FuncListCmp256Pd
g_FunListCmp256Pd
_cmp_eq_oq
_cmp_lt_os
...
These types and functions is currently defined in avxintrin.h, but used by avxintrin.h and avx512intrin.h. I suggest moving these codes to a separate file or emmintrin.h. And the global 'g_FunListCmp256Pd' 's name should be g_FunListCmpPd, since it has nothing related with bitwidth. Then the intrinsic __mm_cmp_pd (may be implement later in emmintrin.h) could also utilize these codes.
The text was updated successfully, but these errors were encountered: