[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Need to force arch for server install...
- From: Alan Cox <alan redhat com>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: Need to force arch for server install...
- Date: Mon, 15 Nov 2004 08:41:05 -0500
On Sun, Nov 14, 2004 at 08:00:45PM -0600, Kevin Freeman wrote:
> simply keeping the default i686 architecture. Unless my memory has
> failed, all x86 Intel-brand chips PII and higher are fully compatible
> with the i686 instruction set. So are all AMD Duron, Athlon, Athlon64
The VIA is fully ompatible with the intel 686 instruction set, the problem is
that gcc mistakenly used cmov which is an i686 _optional_ instruction without
checking. Thus ".i686" in gcc terms and "686" in intel terms here differ.
The Pentium Pro has the relevant instructions - the big PII addition is
MMX which is not required.
Alan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]