Tool/software: TI C/C++ Compiler
I want to know the speed limit of Floating-point multiplication ?It is 2746MFLOPS or 456MHZ?If it is 2746Mflops, how can i achieve it?
I write a for loop test 100000 times a=b*c,after optimization, each multiplication spends one instruction cycle, but spends 6 cpu cycle.why?
And the 100000 times a=b*c spends 0.22ms.