In the last episode (Dec 30), Nigel Weeks said:
> If I have 'MATH_EMULATE' in my kernel, will it:
> 
> A. Detect that the processor has a hardware FPU, and use that instead
> B. Use the software one, ignoring the hardware FPU?
> 
> (Hopefully the latter - a performance jump will be nice...)

The former.  Hardware FPU is much faster than software emulation. 
MATH_EMULATE is only necessary for CPUs with no hardware FP at all
(386sx or possibly embedded 486-class CPUs).

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to