~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/i386/i686/multiarch/strspn.S

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Multiple versions of strspn
2
 
   Copyright (C) 2009 Free Software Foundation, Inc.
 
2
   Copyright (C) 2009,2010 Free Software Foundation, Inc.
3
3
   Contributed by Intel Corporation.
4
4
   This file is part of the GNU C Library.
5
5
 
65
65
        jne     1f
66
66
        call    __init_cpu_features
67
67
1:      leal    __strspn_ia32, %eax
68
 
        testl   $index_SSE2, CPUID_OFFSET+index_SSE4_2+__cpu_features
 
68
        testl   $bit_SSE4_2, CPUID_OFFSET+index_SSE4_2+__cpu_features
69
69
        jz      2f
70
70
        leal    __strspn_sse42, %eax
71
71
2:      ret