34 #ifndef MATHLIB_DEBUGPRINT_H_
35 #define MATHLIB_DEBUGPRINT_H_ 1
43 #include "c7x_scalable.h"
70 int32_t elementCount = c7x::element_count_of<vecType>::value;
73 for (i = 0; i < elementCount; i++) {
74 printf(
"%f, ", vec.s[i]);
static void MATHLIB_printVec(vecType vec)
This method prints the contents of a vector datatype variable.