This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug string/18880] Wrong selector in x86_64/multiarch/memcpy.S


https://sourceware.org/bugzilla/show_bug.cgi?id=18880

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Amit Pawar from comment #3)
> Memcpy preferred order on AMD processors
> 1. SSSE3-Fast_Copy_Backward
> 2. SSSE
> 3. AVX
> 4. SSE2-Fast_Unaligned_Load
> 5. SSE2.
> 
> Mempcpy preferred order on AMD processors
> 1. SSSE3-Fast_Copy_Backward
> 2. SSSE3
> 3. AVX_Unaligned
> 4. SSE2
> 
> Please suggest how to include this.

Please fix the WRONG selector first and leave out AMD processors for now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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