1. on SPRUHM8E, it mentioned that "The TMU extends the capabilities of a C28x+FPU by adding instructions and leveraging existing FPU instructions to speed up the execution of common trigonometric and arithmetic operations". Does it mean that TMU is only supported by C28x+FPU but not CLA?
2. Since the FPU extends the capabilities of the C28x fixed-point CPU, So there are two ways of implementing floating-point tasks.
i. Just use the native FPU;
ii. Use IQmath libraries
So which method will be more efficient under the same condition?