Hello Stuart,
no, I'm not looking for the runtime library functions.
I think it's a pre-processor functionality during compile process that is missing. I'm also programming Freescale DSPs and here the compiler calculates constants defined by formulas (log, exp, sqrt). The result of the calculation is inserted in the object file memory in place of the constant label.
VDSP can calulate simple things like ".var CONST3 = CONST1 + CONST2 * 8.22".
This helps a lot especially when I want to change some CONST1, CONST2 values for testing.
So do I really have to calculate log, sqrt, exp.... based constants by hand and put the result into the code?
Thanks
Christian