Hi , guys
I want to do float point operations in kernel like the following,
int foo(double d)
{
return (int)d*d;
}
while compiling output error msg like following:
cannt find eabi_dmul balabla。。。。。。
May I ask any possibility of use float point operation in the kernel space?
Any hints/doc would be appreciated!