How to use "GFLIB_sqrt_x16"

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use "GFLIB_sqrt_x16"

873 Views
Gildarai
Contributor II

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.

0 Kudos
Reply
1 Reply

853 Views
lama
NXP TechSupport
NXP TechSupport

Hi,


1) You want to use  sqrt so I suppose you have opened your project with float arithmetic possibilities. If not then it is easier to create new project and copy there files from older one than rebuild project for float arithmetic.

 

lama_0-1732788193513.png

 

2) I suppose this is what you did

lama_1-1732788193531.png

Best regards,
Ladislav

0 Kudos
Reply