I develop SW on s12zvml with Codewarrior for MCU 11.1.
I want to calculate 'sqrt' fastly.
I found "GFLIB_sqrt_x16" function in gflib.h. But it might be could not find definition.
Here is messege
"Description Resource Path Location Type
Symbol GFLIB_Sqrt_F16 in file [MY DIR]\main_c.obj is undefined Gen3K_Application_NoBoot C/C++ Problem
There is no problem use "GFBLIB_Cos".
What can I use for this?
Best Regard.