aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-07-23 15:18:13 -0400
committerAndreas Schwab <schwab@redhat.com>2011-07-25 10:05:45 +0200
commitfcbeae78e427e902e85df3a0f5952b15d767035f (patch)
tree23f7a3590edb46897334339fdb351f42bb082c75 /sysdeps
parentd2f2a3fd9daaab2abf5835c005a6f88a8febfd36 (diff)
downloadglibc-fcbeae78e427e902e85df3a0f5952b15d767035f.tar.xz
glibc-fcbeae78e427e902e85df3a0f5952b15d767035f.zip
One more typo in AVX test
(cherry picked from commit bba33c289b1b24e1bb3075b7fce5b56c9d01ce2f)
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/dl-trampoline.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/dl-trampoline.S b/sysdeps/x86_64/dl-trampoline.S
index 4aa63ee8d5..45a2dc20c8 100644
--- a/sysdeps/x86_64/dl-trampoline.S
+++ b/sysdeps/x86_64/dl-trampoline.S
@@ -143,7 +143,7 @@ L(have_avx):
// AVX and XSAVE supported?
andl $((1 << 28) | (1 << 27)), %ecx
cmpl $((1 << 28) | (1 << 27)), %ecx
- je 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
- je 2f
+ jne 2f
xorl %ecx, %ecx
// Get XFEATURE_ENABLED_MASK
xgetbv