On Mon, Jan 30, 2012 at 6:52 AM, Philip Prindeville <
philipp_s...@redfish-solutions.com> wrote:
> Anyone know why target/linux/x86/config-default has:
>
> CONFIG_MATH_EMULATION=y
>
> turned on? Most modern x86 processors have floating point. Not having an
> FPU is the exception, not the rule.
>
Anyone know why target/linux/x86/config-default has:
CONFIG_MATH_EMULATION=y
turned on? Most modern x86 processors have floating point. Not having an FPU
is the exception, not the rule.
Only the 386 and 486SX (both have 16-bit busses) lack an FPU.
Everything else has one. Perhaps 'generic'