glibc/sysdeps/i386/i686/multiarch
2010-12-14 13:09:28 -05:00
..
bcopy-ssse3-rep.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
bcopy-ssse3.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
bcopy.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
bzero-sse2-rep.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
bzero-sse2.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
bzero.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
ifunc-defines.sym Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
init-arch.c Remove ENABLE_SSSE3_ON_ATOM. 2009-08-28 14:54:46 -07:00
init-arch.h
Makefile Add missing i686/multiarch/Makefile bit for shared x86_64 code. 2010-08-27 17:11:38 -07:00
memcmp-sse4.S Align x86 memcmp-sse4.S and fix unwind info. 2010-02-17 23:01:55 -08:00
memcmp-ssse3.S Fix sysdeps/i386/i686/multiarch/memcmp-ssse3.S 2010-03-18 11:40:46 -07:00
memcmp.S Use CPUID_OFFSET instead of FEATURE_OFFSET 2010-02-18 23:11:21 -08:00
memcpy_chk.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
memcpy-ssse3-rep.S Fix issues in x86 memcpy-ssse3-rep.S 2010-02-24 18:26:30 -08:00
memcpy-ssse3.S Fix issues in x86 memcpy-ssse3.S 2010-02-24 18:20:57 -08:00
memcpy.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
memmove_chk.S Fix whitespace problems. 2010-01-12 11:28:17 -08:00
memmove-ssse3-rep.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
memmove-ssse3.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
memmove.S Support __memmove_ssse3_rep when SHARED isn't defined. 2010-01-19 12:20:57 -08:00
mempcpy_chk.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
mempcpy-ssse3-rep.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
mempcpy-ssse3.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
mempcpy.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
memset_chk.S Fix whitespace problems. 2010-01-12 11:28:17 -08:00
memset-sse2-rep.S Fix issues in x86 memset-sse2.S/memset-sse2-rep.S 2010-02-24 18:11:35 -08:00
memset-sse2.S Fix issues in x86 memset-sse2.S/memset-sse2-rep.S 2010-02-24 18:11:35 -08:00
memset.S Optimize 32bit memset/memcpy with SSE2/SSSE3. 2010-01-12 11:22:03 -08:00
s_fma-fma.c Add x86-32 FMA support 2010-04-14 22:27:59 -07:00
s_fma.c Implement accurate fma. 2010-10-13 22:27:03 -04:00
s_fmaf-fma.c Add x86-32 FMA support 2010-04-14 22:27:59 -07:00
s_fmaf.c Correct implementation of fmaf. 2010-10-11 09:27:05 -04:00
sched_cpucount.c
strcasestr-c.c Add x86 32-bit SSE4.2 string functions. 2009-08-04 12:13:43 -07:00
strcasestr-nonascii.c Add missing file from last commit. 2010-07-21 08:44:35 -07:00
strcasestr.c Add x86 32-bit SSE4.2 string functions. 2009-08-04 12:13:43 -07:00
strcmp-sse4.S Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S 2010-04-15 07:49:30 -07:00
strcmp-ssse3.S Remove dead code from x86-32 SSSE3 strncmp. 2010-12-01 22:18:31 -05:00
strcmp.S Undo accidental checkin. 2010-12-14 13:09:28 -05:00
strcspn-c.c Add x86 32-bit SSE4.2 string functions. 2009-08-04 12:13:43 -07:00
strcspn.S Define bit_SSE2 and index_SSE2. 2009-12-13 15:23:02 -08:00
strlen-sse2-bsf.S Unroll 32bit SSE strlen and handle slow bsf 2010-08-25 10:07:37 -07:00
strlen-sse2.S Unroll 32bit SSE strlen and handle slow bsf 2010-08-25 10:07:37 -07:00
strlen.S Unroll 32bit SSE strlen and handle slow bsf 2010-08-25 10:07:37 -07:00
strncmp-c.c 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2 2010-02-15 11:17:50 -08:00
strncmp-sse4.S 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2 2010-02-15 11:17:50 -08:00
strncmp-ssse3.S 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2 2010-02-15 11:17:50 -08:00
strncmp.S 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2 2010-02-15 11:17:50 -08:00
strpbrk-c.c Add x86 32-bit SSE4.2 string functions. 2009-08-04 12:13:43 -07:00
strpbrk.S Add x86 32-bit SSE4.2 string functions. 2009-08-04 12:13:43 -07:00
strspn-c.c Add x86 32-bit SSE4.2 string functions. 2009-08-04 12:13:43 -07:00
strspn.S Fix ifunc thunk for strspn on x86 in static libc 2010-08-19 07:42:16 -07:00
strstr-c.c Fix IA-32 strstr in multiarch configuration as well. 2009-09-03 06:44:22 -07:00
strstr.c Add x86 32-bit SSE4.2 string functions. 2009-08-04 12:13:43 -07:00
varshift.c Fixup x86 after x86-64 varshift change. 2010-08-27 12:10:11 -07:00
varshift.h Clean up SSE variable shifts 2010-08-24 11:35:01 -07:00
Versions Add x86-32 FMA support 2010-04-14 22:27:59 -07:00