diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-02-18 23:11:21 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-18 23:11:21 -0800 |
commit | 039c8ae6d5d54e1e677b317a0131480c6036a8e3 (patch) | |
tree | 67aab8ac577c2e2bc62847d7f6ef320d1641f00e /ChangeLog | |
parent | 020ecba7fc0cde6febac28e114a56f9eb47dc871 (diff) | |
download | glibc-039c8ae6d5d54e1e677b317a0131480c6036a8e3.tar glibc-039c8ae6d5d54e1e677b317a0131480c6036a8e3.tar.gz glibc-039c8ae6d5d54e1e677b317a0131480c6036a8e3.tar.bz2 glibc-039c8ae6d5d54e1e677b317a0131480c6036a8e3.zip |
Use CPUID_OFFSET instead of FEATURE_OFFSET
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-02-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET + instead of FEATURE_OFFSET. + * sysdeps/i386/i686/multiarch/strcmp.S (strcmp): Likewise. + * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Add alignnments. Fix one unwind info problem. |