Re: Problems with float in a kext
6 Dec
2002
6 Dec
'02
3:21 p.m.
Heiko Panther (heiko.panther@web.de) 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 | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
8371
Age (days ago)
8371
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sean McBride