Vector logf for x86_64 and tests.
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / svml_s_logf8_core.S
blob6f50bf6bdba9b2f1a665fc0e82005ad173e879ed
1 /* Multiple versions of vectorized logf.
2    Copyright (C) 2014-2015 Free Software Foundation, Inc.
3    This file is part of the GNU C Library.
5    The GNU C Library is free software; you can redistribute it and/or
6    modify it under the terms of the GNU Lesser General Public
7    License as published by the Free Software Foundation; either
8    version 2.1 of the License, or (at your option) any later version.
10    The GNU C Library is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13     Lesser General Public License for more details.
15    You should have received a copy of the GNU Lesser General Public
16    License along with the GNU C Library; if not, see
17    <http://www.gnu.org/licenses/>.  */
19 #include <sysdep.h>
20 #include <init-arch.h>
22         .text
23 ENTRY (_ZGVdN8v_logf)
24         .type   _ZGVdN8v_logf, @gnu_indirect_function
25         cmpl    $0, KIND_OFFSET+__cpu_features(%rip)
26         jne     1f
27         call    __init_cpu_features
28 1:      leaq    _ZGVdN8v_logf_avx2(%rip), %rax
29         testl   $bit_AVX2_Usable, __cpu_features+FEATURE_OFFSET+index_AVX2_Usable(%rip)
30         jz      2f
31         ret
32 2:      leaq    _ZGVdN8v_logf_sse_wrapper(%rip), %rax
33         ret
34 END (_ZGVdN8v_logf)
35 libmvec_hidden_def (_ZGVdN8v_logf)
37 #define _ZGVdN8v_logf _ZGVdN8v_logf_sse_wrapper
38 #include "../svml_s_logf8_core.S"