------------------------------------------------------------------------------------------------------------------------------
1. Use short types for integer multiplication. As with most fixed-point DSPs, our ‘C62x devices use a 16x16 integer multiplier. If you specify an int multiply, a software function in the runtime support library will be called. (Note, the ‘C67x devices do have a 32x32→64-bit multiply instruction, MPYID.)
5. The double precision floating-point hardware supports IEEE 64-bit floating-point math.
6. Pointers, at 32-bits, can reach across the entire‘C6000 memory-map.
====================================================================================================