Fix vqdmulhs_s32 native alias.
Function prototype has two parameters: simde_vqdmulhs_s32(int32_t a, int32_t b) Native define only had one. This does not build. Tests only ever called with the simde_ prefix.
Showing
Please register or sign in to comment