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.

fast math support for OMAPL138 ARM core

I am using an OMAP L138 and will be running some hard real time maths intensive code on the DSP core and some more general purpose control code on the ARM. I have some simple floating points maths to do (multiply and divide) but the standard rts functions are quite slow. I do not want to get the DSP to do the maths as I do not want to interrupt my real time code. I have been looking for something such as IQMath or fastRTS but cannot find anything for the ARM. The ARM compiler user guide mentions FS_MUL and DIV but I cannot find the library which contains these. It may be just me but the ARM documentation seems very poor, it seems to cover the whole family with no explanation of how things apply to variants or how to configure things in CCS. Has anyone done anything similar?