]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/x86_64/fpu/multiarch/s_ceil.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / x86_64 / fpu / multiarch / s_ceil.S
index 00ecede74d638879e87e3a1da0a01183091a7ce1..40fa7299559efa5e9bfd95b36c563c107ab63d0a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gmail.come>, 2011.
 
 
 ENTRY(__ceil)
        .type   __ceil, @gnu_indirect_function
-       call    __get_cpu_features@plt
-       movq    %rax, %rdx
+       LOAD_RTLD_GLOBAL_RO_RDX
        leaq    __ceil_sse41(%rip), %rax
-       testl   $bit_SSE4_1, CPUID_OFFSET+index_SSE4_1(%rdx)
+       HAS_CPU_FEATURE (SSE4_1)
        jnz     2f
        leaq    __ceil_c(%rip), %rax
 2:     ret