Re: A float point arithmetic in kernel extension
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com I want to calculate gamma curve in kernel extension. Thank you. ----- 原始邮件 ----- 发件人: "Mike Smith" <drivers@mu.org> 收件人: "wlq" <weiliqun@vimicro.com> 抄送: <darwin-kernel@lists.apple.com> 发送时间: 2006年3月7日 18:28 主题: Re: A float point arithmetic in kernel extension On Mar 6, 2006, at 9:58 PM, wlq wrote:
I have tried this for a long time, I think maybe asm can do. But where to find any information about asm programme in xcode?
No, this won't help. Floating point operations in general are not supported in the kernel. You will need to find a different way to solve your problem. What exactly are you trying to do? = Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
wlq