914059751 at qq.com writes:
> Hi , guys
> I want to do float point operations in kernel like the following,
>
> int foo(double d)
> {
> return (int)d*d;
> }
>
> May I ask any possibility of use float point operation in the kernel space?
Floating-point in the kernel is not allowed.
--
Måns Rullgård
mans at mansr.com