search for: minimin

Displaying 2 results from an estimated 2 matches for "minimin".

Did you mean: minimun
2006 Jan 19
2
TI 6xxx platform performance
...X I'm currently using the simulator and the SDRAM doesn't seem to be a factor. I put some test vectors up into SDRAM and when I call DSPF_sp_dotprod() I get what I expect for cycles. O(N/2)+25 The 32K L2 cache will help any SDRAM access. I initially had a compiler option wrong which was miniminizing size instead of max speed, but I'm still at 44MIPS for a single channel. I saw the 10MFLOPS number in the documentation. At first glance, a 300Mhz 67 looks under powered but a quick profile shows 50% of the cycles are concentrated in just a few functions. The 67xx is designed to execu...
2006 Jan 19
2
TI 6xxx platform performance
I started my project using the CodeComposerStudio speex_C64_test.pjt in speex 1.1.11.1. To build using floating point, I created a new project with the same files and modified ti\config.h to #undef FIXED_POINT. Is there a better way to configure a floating point processor? I have a few TI specific optimizations that could go into the next release. What's the procedure for submitting code?