This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

PATCH: Fix SSE and SSE2 (take 2)


On Wed, May 21, 2003 at 11:46:04PM -0700, H. J. Lu wrote:
> MMX is not that useful when we have to support x87. I don't think we
> should even bother with it. We should support SSE and SSE2 instead.
> I fixed a typo in sysdeps/i386/fpu/feenablxcpt.c. We switched stmxcsr
> with ldmxcsr.  Also we should left shift MXCSR control word by 7.
> 
> 

It turns out that there are many thing wrong. We should check
GL(dl_hwcap) not GL(dl_hwcap_mask) for SSE and SSE2.


H.J.

Attachment: libc-p4.patch
Description: Text document


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