I want to make my code generic and want to run on ti hardware (any family)
I want to use template to change the data type of input array like uint8 or uint 32 or uint16 .
But I read somewhere that template is not good option on hardware .
One reason I know that, I have to write SIMD for each data type .
Is there any other reason behind "NOT TO WRITE TEMPLATE IN EMBEDDED CODE"