Re: [OpenWrt-Devel] x86 changes (and math emulation being enabled in generic)

2012-01-30 Thread Dennis Ljungmark
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. >

[OpenWrt-Devel] x86 changes (and math emulation being enabled in generic)

2012-01-29 Thread Philip Prindeville
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'