]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/x86/fpu/finclude/math-vector-fortran.h
x86-64: Add vector cosh/coshf implementation to libmvec
[thirdparty/glibc.git] / sysdeps / x86 / fpu / finclude / math-vector-fortran.h
CommitLineData
dc0afac3 1! Platform-specific declarations of SIMD math functions for Fortran. -*- f90 -*-
2b778ceb 2! Copyright (C) 2019-2021 Free Software Foundation, Inc.
dc0afac3 3! This file is part of the GNU C Library.
4!
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.
9!
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.
14!
15! You should have received a copy of the GNU Lesser General Public
16! License along with the GNU C Library; if not, see
5a82c748 17! <https://www.gnu.org/licenses/>.
dc0afac3 18
19!GCC$ builtin (cos) attributes simd (notinbranch) if('x86_64')
20!GCC$ builtin (cosf) attributes simd (notinbranch) if('x86_64')
21!GCC$ builtin (sin) attributes simd (notinbranch) if('x86_64')
22!GCC$ builtin (sinf) attributes simd (notinbranch) if('x86_64')
23!GCC$ builtin (sincos) attributes simd (notinbranch) if('x86_64')
24!GCC$ builtin (sincosf) attributes simd (notinbranch) if('x86_64')
25!GCC$ builtin (log) attributes simd (notinbranch) if('x86_64')
26!GCC$ builtin (logf) attributes simd (notinbranch) if('x86_64')
27!GCC$ builtin (exp) attributes simd (notinbranch) if('x86_64')
28!GCC$ builtin (expf) attributes simd (notinbranch) if('x86_64')
29!GCC$ builtin (pow) attributes simd (notinbranch) if('x86_64')
30!GCC$ builtin (powf) attributes simd (notinbranch) if('x86_64')
f20f980c
SP
31!GCC$ builtin (acos) attributes simd (notinbranch) if('x86_64')
32!GCC$ builtin (acosf) attributes simd (notinbranch) if('x86_64')
14631017
SP
33!GCC$ builtin (atan) attributes simd (notinbranch) if('x86_64')
34!GCC$ builtin (atanf) attributes simd (notinbranch) if('x86_64')
11c01de1
SP
35!GCC$ builtin (asin) attributes simd (notinbranch) if('x86_64')
36!GCC$ builtin (asinf) attributes simd (notinbranch) if('x86_64')
37475ba8
SP
37!GCC$ builtin (hypot) attributes simd (notinbranch) if('x86_64')
38!GCC$ builtin (hypotf) attributes simd (notinbranch) if('x86_64')
3fc9ccc2
SP
39!GCC$ builtin (exp2) attributes simd (notinbranch) if('x86_64')
40!GCC$ builtin (exp2f) attributes simd (notinbranch) if('x86_64')
8b726453
SP
41!GCC$ builtin (exp10) attributes simd (notinbranch) if('x86_64')
42!GCC$ builtin (exp10f) attributes simd (notinbranch) if('x86_64')
ef7ea9c1
SP
43!GCC$ builtin (cosh) attributes simd (notinbranch) if('x86_64')
44!GCC$ builtin (coshf) attributes simd (notinbranch) if('x86_64')
dc0afac3 45
46!GCC$ builtin (cos) attributes simd (notinbranch) if('x32')
47!GCC$ builtin (cosf) attributes simd (notinbranch) if('x32')
48!GCC$ builtin (sin) attributes simd (notinbranch) if('x32')
49!GCC$ builtin (sinf) attributes simd (notinbranch) if('x32')
50!GCC$ builtin (sincos) attributes simd (notinbranch) if('x32')
51!GCC$ builtin (sincosf) attributes simd (notinbranch) if('x32')
52!GCC$ builtin (log) attributes simd (notinbranch) if('x32')
53!GCC$ builtin (logf) attributes simd (notinbranch) if('x32')
54!GCC$ builtin (exp) attributes simd (notinbranch) if('x32')
55!GCC$ builtin (expf) attributes simd (notinbranch) if('x32')
56!GCC$ builtin (pow) attributes simd (notinbranch) if('x32')
57!GCC$ builtin (powf) attributes simd (notinbranch) if('x32')
f20f980c
SP
58!GCC$ builtin (acos) attributes simd (notinbranch) if('x32')
59!GCC$ builtin (acosf) attributes simd (notinbranch) if('x32')
14631017
SP
60!GCC$ builtin (atan) attributes simd (notinbranch) if('x32')
61!GCC$ builtin (atanf) attributes simd (notinbranch) if('x32')
11c01de1
SP
62!GCC$ builtin (asin) attributes simd (notinbranch) if('x32')
63!GCC$ builtin (asinf) attributes simd (notinbranch) if('x32')
37475ba8
SP
64!GCC$ builtin (hypot) attributes simd (notinbranch) if('x32')
65!GCC$ builtin (hypotf) attributes simd (notinbranch) if('x32')
3fc9ccc2
SP
66!GCC$ builtin (exp2) attributes simd (notinbranch) if('x32')
67!GCC$ builtin (exp2f) attributes simd (notinbranch) if('x32')
8b726453
SP
68!GCC$ builtin (exp10) attributes simd (notinbranch) if('x32')
69!GCC$ builtin (exp10f) attributes simd (notinbranch) if('x32')
ef7ea9c1
SP
70!GCC$ builtin (cosh) attributes simd (notinbranch) if('x32')
71!GCC$ builtin (coshf) attributes simd (notinbranch) if('x32')