]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
One more typo in AVX test
authorUlrich Drepper <drepper@gmail.com>
Sat, 23 Jul 2011 19:18:13 +0000 (15:18 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 23 Jul 2011 19:18:13 +0000 (15:18 -0400)
ChangeLog
sysdeps/x86_64/dl-trampoline.S

index d1498389481ab46dca57597f05103ae2082af6b0..9ae8c04c5d92faeab42f8820f505b6edcbd2c559 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-23  Ulrich Drepper  <drepper@gmail.com>
+
+       * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
+       typo.
+       (_dl_x86_64_save_sse): Likewise.
+
 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
index 4aa63ee8d57567fbf12dc4576497943242a14054..45a2dc20c886f5d5b830cf5d2e7c791e1529f2a0 100644 (file)
@@ -143,7 +143,7 @@ L(have_avx):
        // AVX and XSAVE supported?
        andl    $((1 << 28) | (1 << 27)), %ecx
        cmpl    $((1 << 28) | (1 << 27)), %ecx
-       j     2f
+       jne     2f
        xorl    %ecx, %ecx
        // Get XFEATURE_ENABLED_MASK
        xgetbv
@@ -189,7 +189,7 @@ _dl_x86_64_save_sse:
        // AVX and XSAVE supported?
        andl    $((1 << 28) | (1 << 27)), %ecx
        cmpl    $((1 << 28) | (1 << 27)), %ecx
-       j     2f
+       jne     2f
        xorl    %ecx, %ecx
        // Get XFEATURE_ENABLED_MASK
        xgetbv