vsip_length vsip_vgetlength_f(const vsip_vview_f* v); vsip_length vsip_cvgetlength_f(const vsip_cvview_f* v);
This function returns the length of the vector view v.
const vsip_dvview_p* v: Pointer to the vector view.
The length of the vector view.
vsip_vview_f *vector_view; vsip_length length; // Assuming vector_view has been properly initialized length = vsip_vgetlength_f(vector_view);