vsip_offset vsip_vgetoffset_f(const vsip_vview_f* v); vsip_offset vsip_cvgetoffset_f(const vsip_cvview_f* v);
This function returns the offset within the data block where the vector view v starts.
const vsip_dvview_p* v: Pointer to the vector view.
The offset within the data block.
vsip_vview_f *vector_view; vsip_offset offset; // Assuming vector_view has been properly initialized offset = vsip_vgetoffset_f(vector_view);