mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-14 04:30:24 +08:00
49ad4d2c30
This prepares the library side for REAL(KIND=17). It is not yet tested, but at least compiles cleanly on POWER 9 and x86_64. 2021-10-19 Thomas Koenig <tkoenig@gcc.gnu.org> * Makefile.am: Add _r17 and _c17 files. Build them with -mabi=ieeelongdouble on POWER. * Makefile.in: Regenerate. * configure: Regenerate. * configure.ac: New flag HAVE_REAL_17. * kinds-override.h: (HAVE_GFC_REAL_17): New macro. (HAVE_GFC_COMPLEX_17): New macro. (GFC_REAL_17_HUGE): New macro. (GFC_REAL_17_LITERAL_SUFFIX): New macro. (GFC_REAL_17_LITERAL): New macro. (GFC_REAL_17_DIGITS): New macro. (GFC_REAL_17_RADIX): New macro. * libgfortran.h (POWER_IEEE128): New macro. (gfc_array_r17): Typedef. (GFC_DTYPE_REAL_17): New macro. (GFC_DTYPE_COMPLEX_17): New macro. (__acoshieee128): Prototype. (__acosieee128): Prototype. (__asinhieee128): Prototype. (__asinieee128): Prototype. (__atan2ieee128): Prototype. (__atanhieee128): Prototype. (__atanieee128): Prototype. (__coshieee128): Prototype. (__cosieee128): Prototype. (__erfieee128): Prototype. (__expieee128): Prototype. (__fabsieee128): Prototype. (__jnieee128): Prototype. (__log10ieee128): Prototype. (__logieee128): Prototype. (__powieee128): Prototype. (__sinhieee128): Prototype. (__sinieee128): Prototype. (__sqrtieee128): Prototype. (__tanhieee128): Prototype. (__tanieee128): Prototype. (__ynieee128): Prototype. * m4/mtype.m4: Make a bit more readable. Add KIND=17. * generated/_abs_c17.F90: New file. * generated/_abs_r17.F90: New file. * generated/_acos_r17.F90: New file. * generated/_acosh_r17.F90: New file. * generated/_aimag_c17.F90: New file. * generated/_aint_r17.F90: New file. * generated/_anint_r17.F90: New file. * generated/_asin_r17.F90: New file. * generated/_asinh_r17.F90: New file. * generated/_atan2_r17.F90: New file. * generated/_atan_r17.F90: New file. * generated/_atanh_r17.F90: New file. * generated/_conjg_c17.F90: New file. * generated/_cos_c17.F90: New file. * generated/_cos_r17.F90: New file. * generated/_cosh_r17.F90: New file. * generated/_dim_r17.F90: New file. * generated/_exp_c17.F90: New file. * generated/_exp_r17.F90: New file. * generated/_log10_r17.F90: New file. * generated/_log_c17.F90: New file. * generated/_log_r17.F90: New file. * generated/_mod_r17.F90: New file. * generated/_sign_r17.F90: New file. * generated/_sin_c17.F90: New file. * generated/_sin_r17.F90: New file. * generated/_sinh_r17.F90: New file. * generated/_sqrt_c17.F90: New file. * generated/_sqrt_r17.F90: New file. * generated/_tan_r17.F90: New file. * generated/_tanh_r17.F90: New file. * generated/bessel_r17.c: New file. * generated/cshift0_c17.c: New file. * generated/cshift0_r17.c: New file. * generated/cshift1_16_c17.c: New file. * generated/cshift1_16_r17.c: New file. * generated/cshift1_4_c17.c: New file. * generated/cshift1_4_r17.c: New file. * generated/cshift1_8_c17.c: New file. * generated/cshift1_8_r17.c: New file. * generated/findloc0_c17.c: New file. * generated/findloc0_r17.c: New file. * generated/findloc1_c17.c: New file. * generated/findloc1_r17.c: New file. * generated/in_pack_c17.c: New file. * generated/in_pack_r17.c: New file. * generated/in_unpack_c17.c: New file. * generated/in_unpack_r17.c: New file. * generated/matmul_c17.c: New file. * generated/matmul_r17.c: New file. * generated/matmulavx128_c17.c: New file. * generated/matmulavx128_r17.c: New file. * generated/maxloc0_16_r17.c: New file. * generated/maxloc0_4_r17.c: New file. * generated/maxloc0_8_r17.c: New file. * generated/maxloc1_16_r17.c: New file. * generated/maxloc1_4_r17.c: New file. * generated/maxloc1_8_r17.c: New file. * generated/maxval_r17.c: New file. * generated/minloc0_16_r17.c: New file. * generated/minloc0_4_r17.c: New file. * generated/minloc0_8_r17.c: New file. * generated/minloc1_16_r17.c: New file. * generated/minloc1_4_r17.c: New file. * generated/minloc1_8_r17.c: New file. * generated/minval_r17.c: New file. * generated/norm2_r17.c: New file. * generated/pack_c17.c: New file. * generated/pack_r17.c: New file. * generated/pow_c17_i16.c: New file. * generated/pow_c17_i4.c: New file. * generated/pow_c17_i8.c: New file. * generated/pow_r17_i16.c: New file. * generated/pow_r17_i4.c: New file. * generated/pow_r17_i8.c: New file. * generated/product_c17.c: New file. * generated/product_r17.c: New file. * generated/reshape_c17.c: New file. * generated/reshape_r17.c: New file. * generated/spread_c17.c: New file. * generated/spread_r17.c: New file. * generated/sum_c17.c: New file. * generated/sum_r17.c: New file. * generated/unpack_c17.c: New file. * generated/unpack_r17.c: New file.
187 lines
4.6 KiB
C
187 lines
4.6 KiB
C
/* Implementation of the BESSEL_JN and BESSEL_YN transformational
|
|
function using a recurrence algorithm.
|
|
Copyright (C) 2010-2022 Free Software Foundation, Inc.
|
|
Contributed by Tobias Burnus <burnus@net-b.de>
|
|
|
|
This file is part of the GNU Fortran runtime library (libgfortran).
|
|
|
|
Libgfortran is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 3 of the License, or (at your option) any later version.
|
|
|
|
Libgfortran is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
Under Section 7 of GPL version 3, you are granted additional
|
|
permissions described in the GCC Runtime Library Exception, version
|
|
3.1, as published by the Free Software Foundation.
|
|
|
|
You should have received a copy of the GNU General Public License and
|
|
a copy of the GCC Runtime Library Exception along with this program;
|
|
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
<http://www.gnu.org/licenses/>. */
|
|
|
|
#include "libgfortran.h"
|
|
|
|
|
|
|
|
#if defined(POWER_IEEE128)
|
|
#define MATHFUNC(funcname) __ ## funcname ## ieee128
|
|
#else
|
|
#define MATHFUNC(funcname) funcname ## q
|
|
#endif
|
|
|
|
#if defined (HAVE_GFC_REAL_17)
|
|
|
|
|
|
|
|
#if 1 /* FIXME: figure this out later. */
|
|
extern void bessel_jn_r17 (gfc_array_r17 * const restrict ret, int n1,
|
|
int n2, GFC_REAL_17 x);
|
|
export_proto(bessel_jn_r17);
|
|
|
|
void
|
|
bessel_jn_r17 (gfc_array_r17 * const restrict ret, int n1, int n2, GFC_REAL_17 x)
|
|
{
|
|
int i;
|
|
index_type stride;
|
|
|
|
GFC_REAL_17 last1, last2, x2rev;
|
|
|
|
stride = GFC_DESCRIPTOR_STRIDE(ret,0);
|
|
|
|
if (ret->base_addr == NULL)
|
|
{
|
|
size_t size = n2 < n1 ? 0 : n2-n1+1;
|
|
GFC_DIMENSION_SET(ret->dim[0], 0, size-1, 1);
|
|
ret->base_addr = xmallocarray (size, sizeof (GFC_REAL_17));
|
|
ret->offset = 0;
|
|
}
|
|
|
|
if (unlikely (n2 < n1))
|
|
return;
|
|
|
|
if (unlikely (compile_options.bounds_check)
|
|
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
|
|
runtime_error("Incorrect extent in return value of BESSEL_JN "
|
|
"(%ld vs. %ld)", (long int) n2-n1,
|
|
(long int) GFC_DESCRIPTOR_EXTENT(ret,0));
|
|
|
|
stride = GFC_DESCRIPTOR_STRIDE(ret,0);
|
|
|
|
if (unlikely (x == 0))
|
|
{
|
|
ret->base_addr[0] = 1;
|
|
for (i = 1; i <= n2-n1; i++)
|
|
ret->base_addr[i*stride] = 0;
|
|
return;
|
|
}
|
|
|
|
last1 = MATHFUNC(jn) (n2, x);
|
|
ret->base_addr[(n2-n1)*stride] = last1;
|
|
|
|
if (n1 == n2)
|
|
return;
|
|
|
|
last2 = MATHFUNC(jn) (n2 - 1, x);
|
|
ret->base_addr[(n2-n1-1)*stride] = last2;
|
|
|
|
if (n1 + 1 == n2)
|
|
return;
|
|
|
|
x2rev = GFC_REAL_17_LITERAL(2.)/x;
|
|
|
|
for (i = n2-n1-2; i >= 0; i--)
|
|
{
|
|
ret->base_addr[i*stride] = x2rev * (i+1+n1) * last2 - last1;
|
|
last1 = last2;
|
|
last2 = ret->base_addr[i*stride];
|
|
}
|
|
}
|
|
|
|
#endif
|
|
|
|
#if 1 /* FIXME: figure this out later. */
|
|
extern void bessel_yn_r17 (gfc_array_r17 * const restrict ret,
|
|
int n1, int n2, GFC_REAL_17 x);
|
|
export_proto(bessel_yn_r17);
|
|
|
|
void
|
|
bessel_yn_r17 (gfc_array_r17 * const restrict ret, int n1, int n2,
|
|
GFC_REAL_17 x)
|
|
{
|
|
int i;
|
|
index_type stride;
|
|
|
|
GFC_REAL_17 last1, last2, x2rev;
|
|
|
|
stride = GFC_DESCRIPTOR_STRIDE(ret,0);
|
|
|
|
if (ret->base_addr == NULL)
|
|
{
|
|
size_t size = n2 < n1 ? 0 : n2-n1+1;
|
|
GFC_DIMENSION_SET(ret->dim[0], 0, size-1, 1);
|
|
ret->base_addr = xmallocarray (size, sizeof (GFC_REAL_17));
|
|
ret->offset = 0;
|
|
}
|
|
|
|
if (unlikely (n2 < n1))
|
|
return;
|
|
|
|
if (unlikely (compile_options.bounds_check)
|
|
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
|
|
runtime_error("Incorrect extent in return value of BESSEL_JN "
|
|
"(%ld vs. %ld)", (long int) n2-n1,
|
|
(long int) GFC_DESCRIPTOR_EXTENT(ret,0));
|
|
|
|
stride = GFC_DESCRIPTOR_STRIDE(ret,0);
|
|
|
|
if (unlikely (x == 0))
|
|
{
|
|
for (i = 0; i <= n2-n1; i++)
|
|
#if defined(GFC_REAL_17_INFINITY)
|
|
ret->base_addr[i*stride] = -GFC_REAL_17_INFINITY;
|
|
#else
|
|
ret->base_addr[i*stride] = -GFC_REAL_17_HUGE;
|
|
#endif
|
|
return;
|
|
}
|
|
|
|
last1 = MATHFUNC(yn) (n1, x);
|
|
ret->base_addr[0] = last1;
|
|
|
|
if (n1 == n2)
|
|
return;
|
|
|
|
last2 = MATHFUNC(yn) (n1 + 1, x);
|
|
ret->base_addr[1*stride] = last2;
|
|
|
|
if (n1 + 1 == n2)
|
|
return;
|
|
|
|
x2rev = GFC_REAL_17_LITERAL(2.)/x;
|
|
|
|
for (i = 2; i <= n2 - n1; i++)
|
|
{
|
|
#if defined(GFC_REAL_17_INFINITY)
|
|
if (unlikely (last2 == -GFC_REAL_17_INFINITY))
|
|
{
|
|
ret->base_addr[i*stride] = -GFC_REAL_17_INFINITY;
|
|
}
|
|
else
|
|
#endif
|
|
{
|
|
ret->base_addr[i*stride] = x2rev * (i-1+n1) * last2 - last1;
|
|
last1 = last2;
|
|
last2 = ret->base_addr[i*stride];
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|