How to use "GFLIB_sqrt_x16"

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to use "GFLIB_sqrt_x16"

874 次查看
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 项奖励
回复
1 回复

854 次查看
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 项奖励
回复