Using the C62xx Compiler
- Examine C implementation of Sum of Products
- Use the C62xx compiler to compile dotP.c
- Examine assembly output of compiler
Notes:
Now lets look at a C implementation of a sum of products. Using the 'C62xx compiler to compile dotP.c, we’ll examine the assembly output of the compiler and then we'll discuss some C optimizations.