diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-07 17:55:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-07 17:55:11 +0000 |
commit | 78c2bf0eb433515af766d5bbb77901b7c8f9a8cc (patch) | |
tree | 87b78a8f96faff215404f0498676ccee2159ecf0 /sysdeps/x86_64/rtld-memset.c | |
parent | dff375150393cf31c06010153082959438da9886 (diff) | |
download | glibc-78c2bf0eb433515af766d5bbb77901b7c8f9a8cc.tar.gz glibc-78c2bf0eb433515af766d5bbb77901b7c8f9a8cc.tar.xz glibc-78c2bf0eb433515af766d5bbb77901b7c8f9a8cc.zip |
* sysdeps/x86_64/rtld-memset.c: New file.
2008-2-26 Harsha Jagasia <harsha.jagasia@amd.com> * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards. * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD Barcelona machine. Make default fall through branch of __x86_64_preferred_memory_instruction check as the integer code path. 2007-10-15 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/cacheinfo.c (__x86_64_preferred_memory_instruction): New variable. (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction. * sysdeps/x86_64/memset.S: Rewrite. 2008-01-08 Jakub Jelinek <jakub@redhat.com> * malloc/malloc.c (public_cALLOc): For arenas other than
Diffstat (limited to 'sysdeps/x86_64/rtld-memset.c')
-rw-r--r-- | sysdeps/x86_64/rtld-memset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/rtld-memset.c b/sysdeps/x86_64/rtld-memset.c new file mode 100644 index 0000000000..55f3835790 --- /dev/null +++ b/sysdeps/x86_64/rtld-memset.c @@ -0,0 +1 @@ +#include <string/memset.c> |