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 #3 from Amit Pawar <amit.pawar at amd dot com> ---
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.

-- 
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]