Simplify AVX check
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 8 Sep 2011 01:38:23 +0000 (21:38 -0400)
committerUlrich Drepper <drepper@gmail.com>
Thu, 8 Sep 2011 01:38:23 +0000 (21:38 -0400)
ChangeLog
sysdeps/x86_64/dl-trampoline.S

index 3011a5a..0eb1acc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
+       AVX check.
+
 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/unix/sysv/linux/x86_64/init-first.c
index 258c609..6523c92 100644 (file)
@@ -149,10 +149,7 @@ L(have_avx):
        // Get XFEATURE_ENABLED_MASK
        xgetbv
        andl    $0x6, %eax
-       cmpl    $0x6, %eax
-       // Nonzero if SSE and AVX state saving is enabled.
-       sete    %al
-2:     leal    -1(%eax,%eax), %eax
+2:     subl    $0x5, %eax
        movl    %eax, L(have_avx)(%rip)
        cmpl    $0, %eax