OSDN Git Service

Atom optimized string and memory routines
authorBruce Beare <brucex.j.beare@intel.com>
Thu, 4 Mar 2010 19:03:37 +0000 (11:03 -0800)
committerBruce Beare <brucex.j.beare@intel.com>
Fri, 26 Mar 2010 17:54:07 +0000 (10:54 -0700)
commit8ff1a2759a6389bed30d7862d0beb76077032c99
tree7be1e8b794d09c84b52a40d08eac6dfffbf3d252
parent1825fb5d5f214849e39d95660795a0d3633f8eeb
Atom optimized string and memory routines

Change-Id: I27b68bb28551c75c9ac84bb9730e2cd8254d8991
14 files changed:
libc/Android.mk
libc/arch-x86/string/bcopy_wrapper.S [new file with mode: 0644]
libc/arch-x86/string/bzero_wrapper.S [new file with mode: 0644]
libc/arch-x86/string/cache_wrapper.S [new file with mode: 0644]
libc/arch-x86/string/memcmp_wrapper.S [new file with mode: 0644]
libc/arch-x86/string/memcpy_wrapper.S [new file with mode: 0644]
libc/arch-x86/string/memmove_wrapper.S [new file with mode: 0644]
libc/arch-x86/string/memset_wrapper.S [new file with mode: 0644]
libc/arch-x86/string/sse2-memset5-atom.S [new file with mode: 0644]
libc/arch-x86/string/ssse3-memcmp3.S [new file with mode: 0644]
libc/arch-x86/string/ssse3-memcpy5.S [new file with mode: 0644]
libc/arch-x86/string/ssse3-strcmp.S [new file with mode: 0644]
libc/arch-x86/string/strcmp_wrapper.S [new file with mode: 0644]
libc/arch-x86/string/strncmp_wrapper.S [new file with mode: 0644]