MIPP
MIPP copied to clipboard
Fix compile error with MSVC for Arm Neon target
When compiling with MSVC NEON intrinsics, reg(=float32x4_t) and msk(=uintt32x4_t) are considered as the same type (__n128), causing some of the function overloading to appear like duplication. The current change is aimed to fix this issue.