1! Platform-specific declarations of SIMD math functions for Fortran. -*- f90 -*-
2! Copyright (C) 2019-2026 Free Software Foundation, Inc.
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
17! <https://www.gnu.org/licenses/>.
18
19!GCC$ builtin (acos) attributes simd (notinbranch) if('fastmath')
20!GCC$ builtin (acosf) attributes simd (notinbranch) if('fastmath')
21!GCC$ builtin (acosh) attributes simd (notinbranch) if('fastmath')
22!GCC$ builtin (acoshf) attributes simd (notinbranch) if('fastmath')
23!GCC$ builtin (acospi) attributes simd (notinbranch) if('fastmath')
24!GCC$ builtin (acospif) attributes simd (notinbranch) if('fastmath')
25!GCC$ builtin (asin) attributes simd (notinbranch) if('fastmath')
26!GCC$ builtin (asinf) attributes simd (notinbranch) if('fastmath')
27!GCC$ builtin (asinh) attributes simd (notinbranch) if('fastmath')
28!GCC$ builtin (asinhf) attributes simd (notinbranch) if('fastmath')
29!GCC$ builtin (asinpi) attributes simd (notinbranch) if('fastmath')
30!GCC$ builtin (asinpif) attributes simd (notinbranch) if('fastmath')
31!GCC$ builtin (atan) attributes simd (notinbranch) if('fastmath')
32!GCC$ builtin (atan2) attributes simd (notinbranch) if('fastmath')
33!GCC$ builtin (atan2f) attributes simd (notinbranch) if('fastmath')
34!GCC$ builtin (atan2pi) attributes simd (notinbranch) if('fastmath')
35!GCC$ builtin (atan2pif) attributes simd (notinbranch) if('fastmath')
36!GCC$ builtin (atanf) attributes simd (notinbranch) if('fastmath')
37!GCC$ builtin (atanh) attributes simd (notinbranch) if('fastmath')
38!GCC$ builtin (atanhf) attributes simd (notinbranch) if('fastmath')
39!GCC$ builtin (atanpi) attributes simd (notinbranch) if('fastmath')
40!GCC$ builtin (atanpif) attributes simd (notinbranch) if('fastmath')
41!GCC$ builtin (cbrt) attributes simd (notinbranch) if('fastmath')
42!GCC$ builtin (cbrtf) attributes simd (notinbranch) if('fastmath')
43!GCC$ builtin (cos) attributes simd (notinbranch) if('fastmath')
44!GCC$ builtin (cosf) attributes simd (notinbranch) if('fastmath')
45!GCC$ builtin (cosh) attributes simd (notinbranch) if('fastmath')
46!GCC$ builtin (coshf) attributes simd (notinbranch) if('fastmath')
47!GCC$ builtin (cospi) attributes simd (notinbranch) if('fastmath')
48!GCC$ builtin (cospif) attributes simd (notinbranch) if('fastmath')
49!GCC$ builtin (erf) attributes simd (notinbranch) if('fastmath')
50!GCC$ builtin (erfc) attributes simd (notinbranch) if('fastmath')
51!GCC$ builtin (erfcf) attributes simd (notinbranch) if('fastmath')
52!GCC$ builtin (erff) attributes simd (notinbranch) if('fastmath')
53!GCC$ builtin (exp) attributes simd (notinbranch) if('fastmath')
54!GCC$ builtin (exp10) attributes simd (notinbranch) if('fastmath')
55!GCC$ builtin (exp10f) attributes simd (notinbranch) if('fastmath')
56!GCC$ builtin (exp10m1) attributes simd (notinbranch) if('fastmath')
57!GCC$ builtin (exp10m1f) attributes simd (notinbranch) if('fastmath')
58!GCC$ builtin (exp2) attributes simd (notinbranch) if('fastmath')
59!GCC$ builtin (exp2f) attributes simd (notinbranch) if('fastmath')
60!GCC$ builtin (exp2m1) attributes simd (notinbranch) if('fastmath')
61!GCC$ builtin (exp2m1f) attributes simd (notinbranch) if('fastmath')
62!GCC$ builtin (expf) attributes simd (notinbranch) if('fastmath')
63!GCC$ builtin (expm1) attributes simd (notinbranch) if('fastmath')
64!GCC$ builtin (expm1f) attributes simd (notinbranch) if('fastmath')
65!GCC$ builtin (hypot) attributes simd (notinbranch) if('fastmath')
66!GCC$ builtin (hypotf) attributes simd (notinbranch) if('fastmath')
67!GCC$ builtin (log) attributes simd (notinbranch) if('fastmath')
68!GCC$ builtin (log10) attributes simd (notinbranch) if('fastmath')
69!GCC$ builtin (log10f) attributes simd (notinbranch) if('fastmath')
70!GCC$ builtin (log10p1) attributes simd (notinbranch) if('fastmath')
71!GCC$ builtin (log10p1f) attributes simd (notinbranch) if('fastmath')
72!GCC$ builtin (log1p) attributes simd (notinbranch) if('fastmath')
73!GCC$ builtin (log1pf) attributes simd (notinbranch) if('fastmath')
74!GCC$ builtin (log2) attributes simd (notinbranch) if('fastmath')
75!GCC$ builtin (log2f) attributes simd (notinbranch) if('fastmath')
76!GCC$ builtin (log2p1) attributes simd (notinbranch) if('fastmath')
77!GCC$ builtin (log2p1f) attributes simd (notinbranch) if('fastmath')
78!GCC$ builtin (logf) attributes simd (notinbranch) if('fastmath')
79!GCC$ builtin (logp1) attributes simd (notinbranch) if('fastmath')
80!GCC$ builtin (logp1f) attributes simd (notinbranch) if('fastmath')
81!GCC$ builtin (pow) attributes simd (notinbranch) if('fastmath')
82!GCC$ builtin (powf) attributes simd (notinbranch) if('fastmath')
83!GCC$ builtin (powr) attributes simd (notinbranch) if('fastmath')
84!GCC$ builtin (powrf) attributes simd (notinbranch) if('fastmath')
85!GCC$ builtin (rsqrt) attributes simd (notinbranch) if('fastmath')
86!GCC$ builtin (rsqrtf) attributes simd (notinbranch) if('fastmath')
87!GCC$ builtin (sin) attributes simd (notinbranch) if('fastmath')
88!GCC$ builtin (sinf) attributes simd (notinbranch) if('fastmath')
89!GCC$ builtin (sinh) attributes simd (notinbranch) if('fastmath')
90!GCC$ builtin (sinhf) attributes simd (notinbranch) if('fastmath')
91!GCC$ builtin (sinpi) attributes simd (notinbranch) if('fastmath')
92!GCC$ builtin (sinpif) attributes simd (notinbranch) if('fastmath')
93!GCC$ builtin (tan) attributes simd (notinbranch) if('fastmath')
94!GCC$ builtin (tanf) attributes simd (notinbranch) if('fastmath')
95!GCC$ builtin (tanh) attributes simd (notinbranch) if('fastmath')
96!GCC$ builtin (tanhf) attributes simd (notinbranch) if('fastmath')
97!GCC$ builtin (tanpi) attributes simd (notinbranch) if('fastmath')
98!GCC$ builtin (tanpif) attributes simd (notinbranch) if('fastmath')