Re: Problems with float in a kext
Re: Problems with float in a kext
- Subject: Re: Problems with float in a kext
- From: "Sean McBride" <email@hidden>
- Date: Fri, 6 Dec 2002 10:21:32 -0500
Heiko Panther (email@hidden) wrote on Fri, 6 Dec 2002 16:08:35 +0100:
>
What's wrong here? I know that kernel code usually uses float emulation.
>
I couldn't find out which steps to take to activate the emulation. I
>
tried -msoft-float for compiling and linking, but that did not help.
If you want your kext to use the FPU you must NOT specify the -msoft-
float switch.
Also note that IOLog does not support %f to print floats. :(
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.