Hi exeprt
I want to use do sqrt calculation in cla task. In the cla math library UG, I found that there are two realization:
1. assembly functions 2. inline functions.
in benchmarks, it seems both methods have similiar efficiency.
Does that mean I can just only include clamath.h and invoke the inline funciton without include the library?
(I found this in the UG: the inline function can only used in the background task? but in the example it seems not.
The inline C functions provide the same CLA math operations as the assembly functions, but are
written in inline C to enable their use in the type 2 CLA background task.)
Since I don't use any trigonometric functions, do I need to include rom_symbols_lib in project?
One more quesiton is that in the clamath.h, it present several realization of sqrt, by TMU, FPU, inline, .lib,
I want to know, are they all avaliable in cla code? Thanks.
Linna