Always vectorize abs2() for non-complex types.

For several packet types, abs2 was not vectorized even if it only requires pmul. Get rid of the confusing and redundant HasAbs2 enum and instead check HasMul in addition to making sure the scalar type is not complex.

Edited by Rasmus Munk Larsen

Merge request reports

Loading