void vsip_CRECIP_f(vsip_cscalar_f x, vsip_cscalar_f *r);
This function computes the complex reciprocal of a complex scalar storing the result in the output parameter.
The operation performs:

vsip_scalar_p x: The complex scalar.
vsip_cscalar_p* r: Pointer to the complex scalar where the result will be stored.