This is the mail archive of the libc-alpha@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]

Improve memcpy for Atom


Hi,

This patch contains one function:
__memcpy_ssse3

It improves memcpy on small sizes and on sizes between half of shared
cache size and shared cache size for Atom (up to 40% performance
gain).

The patch was tested on Atom.

Change Log:
2011-10-11  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>

        * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
        XMM-moves are used for copying on small sizes. Use
SHARED_CACHE_SIZE instead of
        SHARED_CACHE_SIZE_HALF.

-- 
---
Best regards,
Michael V. Zolotukhin,
Software Engineer
Intel Corporation.

Attachment: memcpy_32.patch
Description: Binary data


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