Float processing not working
Float processing not working
- Subject: Float processing not working
- From: Heiko Panther <email@hidden>
- Date: Wed, 11 Dec 2002 18:02:49 +0100
In my kext, built with KERNEL_MODULE=YES and MODULE_IOKIT=YES, float is
working wrong. I figure that KERNEL_MODULE=YES adds the compiler option
-msoft-float, and that the float emulation is broken in gcc3. Is that true?
Assuming it is true, I would like to switch the fpu emulation off.
Adding -mhard-fpu to the cflags did not change anything. I figure the
settings made because of KERNEL_MODULE=YES override my setting.
How can I find out which modifications are made because of
KERNEL_MODULE=YES, so I can make them manually? Alternatively, how can I
override the -msoft-fpu option?
Thanks for pointers,
Heiko Panther
_______________________________________________
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.