Don't use generic sign function for sign(complex) unless it is vectorizable

Reference issue

What does this implement/fix?

Don't use generic psign function for sign(complex) unless the type is vectorizable, which implies that it hasvdata member v that we use for access complex packets as a vector of real.

Bug reported in on powerpc without VSX support by Chip Kerchner.

Additional information

Merge request reports

Loading