Hi,
Thanks for your post.
Basically, MATHLIB is not a fixed point computation library, so, obviously, you cannot see math libraries for fixed point c64x+ core devices. May be, you could use the ELF version of the C64X+ DSP libraries ( 0042.ELF_libraries…
Other Parts Discussed in Thread: SYSBIOS , MATHLIB , TEST Is there the IQMath Librar for the C66 DSP?
Here is the IQMath Library of current version "v2.1.4.0".
http://www.ti.com/tool/sprc542
Is this version applicable for the C66 DSP? To apply it…
Hi Prasad, Thanks for your post. To get higher precision results, Newton-Raphson interpolation would be recommended. For RSQRxP instructions to calculate 1/sqrt(v), Newton-Raphson interpolation would improve the mantissa precision to 2-16, and one…
Other Parts Discussed in Thread: TEST , SYSBIOS I am trying to run Diagnostic code for AM437x, here to build diagnostic code for motor support
I used following command
$export ARCH=arm $export CROSS_COMPILE=~/Desktop/work/toolchain/gcc-arm-none-eabi-4_7…
Other Parts Discussed in Thread: TEST I am trying to run Diagnostic code for AM437x, here to build diagnostic code for motor support
I used following command
$export ARCH=arm $export CROSS_COMPILE=~/Desktop/work/toolchain/gcc-arm-none-eabi-4_7-2014q2/bin…
Other Parts Discussed in Thread: SPRC542 I want to use function in IQmath lib, but I don't know how to install this lib under CCS 5.0, would somebody like to help me?
Khaled, Can you send me the code that you use for benchmark?
Do you use the version in the run time support library or in the IQMATH library?
( http://www.ti.com/tool/SPRC542 )
The cycle counts of course depends on the location of the code and data,
…
Kee Yong Ting said: Is there any library that support 32bit fixed point?
A partial solution is the IQmath library:
http://focus.ti.com/docs/toolsw/folders/print/sprc542.html
It supports 32-bit fixed point math, though you would need to use it as a building…
AC,
We have some restrictions on the IQMath library source code, which is required for inlining. To request the source code, please go to the SPRC542 web page and click Request under the C64XPLUS-IQMATHSRC column.
Regards, RandyP
If this does not…