1184610Salfred!   Copyright (C) 2002-2020 Free Software Foundation, Inc.
2184610Salfred!   Contributed by Paul Brook <paul@nowt.org>
3184610Salfred!
4184610Salfred!This file is part of the GNU Fortran 95 runtime library (libgfortran).
5184610Salfred!
6184610Salfred!GNU libgfortran is free software; you can redistribute it and/or
7184610Salfred!modify it under the terms of the GNU General Public
8184610Salfred!License as published by the Free Software Foundation; either
9184610Salfred!version 3 of the License, or (at your option) any later version.
10184610Salfred
11184610Salfred!GNU libgfortran is distributed in the hope that it will be useful,
12184610Salfred!but WITHOUT ANY WARRANTY; without even the implied warranty of
13184610Salfred!MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14184610Salfred!GNU General Public License for more details.
15184610Salfred!
16184610Salfred!Under Section 7 of GPL version 3, you are granted additional
17184610Salfred!permissions described in the GCC Runtime Library Exception, version
18184610Salfred!3.1, as published by the Free Software Foundation.
19184610Salfred!
20184610Salfred!You should have received a copy of the GNU General Public License and
21184610Salfred!a copy of the GCC Runtime Library Exception along with this program;
22184610Salfred!see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
23184610Salfred!.
24184610Salfred!
25184610Salfred!This file is machine generated.
26184610Salfred
27184610Salfred
28184610Salfred
29184610Salfred
30184610Salfred
31184610Salfred#include "config.h"
32184610Salfred#include "kinds.inc"
33184610Salfred#include "c99_protos.inc"
34184610Salfred
35184610Salfred#if defined (HAVE_GFC_REAL_16)
36184610Salfred#ifdef HAVE_ASINL
37184610Salfred
38184610Salfredelemental function _gfortran_specific__asin_r16 (parm)
39184610Salfred   real (kind=16), intent (in) :: parm
40184610Salfred   real (kind=16) :: _gfortran_specific__asin_r16
41184610Salfred
42184610Salfred   _gfortran_specific__asin_r16 = asin (parm)
43184610Salfredend function
44184610Salfred
45184610Salfred#endif
46184610Salfred#endif
47184610Salfred