Query about Float Point Operation
From: Måns Rullgård <hidden>
Date: 2010-03-23 13:34:16
From: Måns Rullgård <hidden>
Date: 2010-03-23 13:34:16
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