This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using IQmath library with Matlab Mex

Hi

TI publishes a library that enables one to use TI intrinsics with Matlab MEX, is there a library available to use the IQMath with Matlab MEX?

Cheers2u

Eddie

  • I found it. In the IQMath library they talk about the Host Build -> Library name: IQmath_pc.lib.

    Another option is to skip the library and include the IQMath_inline.h file and the intrinsics C6xSimulator.c and .h file when compiling your matlab mex file. Very cool.

    Thanks for supplying this TI!

    Cheers

    Eddie