vsip_cscalar_f vsip_conj_f(vsip_cscalar_f x);
This function computes the complex conjugate of a complex scalar value. The complex conjugate is computed as:

where
is the input complex scalar.
vsip_cscalar_p x: Input complex scalar value.
Returns the complex conjugate of the input scalar.