This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: The perennial i386 floating-point rounding issue...


>-march isn't a reliable guide to whether SSE is available, at least for
>AMD chips. According to AMD's docs, everything from the Athlon 4
>(a.k.a. Thunderbird) on has been made in both SSE and no-SSE versions,
>and the only reliable way to detect SSE is via the feature flags from
>the CPUID instruction.

Sorry, this just isn't true.  No Thunderbirds (aka Athlon model 4) were ever
made with SSE support.

Perhaps you are confusing the "Mobile AMD Athlon™ 4" which is the name of their
mobile processor based on the Palomino core aka (Athlon model 6).  All the
processors based on this core (or the newest model 8 core) are SSE capable.

The same distinction holds for the Duron line.  All model 3s are not SSE
capable.  All model 7s are.  However like Celeron's, Duron's aren't listed as
seperate processors for GCC tuning.

Kelley Cook


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]