aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-07-22 23:33:22 -0400
committerUlrich Drepper <drepper@gmail.com>2011-07-22 23:33:22 -0400
commit1aae088a8aa2a4e4211bfe6c0e18100d85f106ae (patch)
treea82c3d0c25934a564c29eb5aeec9ce3f9209c658 /sysdeps/x86_64
parent8e2045f55574da097d4fee54aaf1496546e8950c (diff)
downloadglibc-1aae088a8aa2a4e4211bfe6c0e18100d85f106ae.tar
glibc-1aae088a8aa2a4e4211bfe6c0e18100d85f106ae.tar.gz
glibc-1aae088a8aa2a4e4211bfe6c0e18100d85f106ae.tar.bz2
glibc-1aae088a8aa2a4e4211bfe6c0e18100d85f106ae.zip
One more change to XSAVE patch
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/dl-trampoline.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/x86_64/dl-trampoline.S b/sysdeps/x86_64/dl-trampoline.S
index ad7479fd29..4aa63ee8d5 100644
--- a/sysdeps/x86_64/dl-trampoline.S
+++ b/sysdeps/x86_64/dl-trampoline.S
@@ -141,7 +141,8 @@ L(have_avx):
movq %r11,%rbx # Restore rbx
xorl %eax, %eax
// AVX and XSAVE supported?
- testl $((1 << 28) | (1 << 27)), %ecx
+ andl $((1 << 28) | (1 << 27)), %ecx
+ cmpl $((1 << 28) | (1 << 27)), %ecx
je 2f
xorl %ecx, %ecx
// Get XFEATURE_ENABLED_MASK
@@ -186,7 +187,8 @@ _dl_x86_64_save_sse:
movq %r11,%rbx # Restore rbx
xorl %eax, %eax
// AVX and XSAVE supported?
- testl $((1 << 28) | (1 << 27)), %ecx
+ andl $((1 << 28) | (1 << 27)), %ecx
+ cmpl $((1 << 28) | (1 << 27)), %ecx
je 2f
xorl %ecx, %ecx
// Get XFEATURE_ENABLED_MASK