This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add acosh, asinh, and atanh to intrinsics


On Mon, Jun 13, 2005 at 11:25:42PM -0700, Jerry DeLisle wrote:
> This is a round 1 on this.
> 
> The attached patch adds acosh, asinh, and atanh intrinsic functions. 
> The new file hyper.c provides wrapper functions for float versions.
> 
> I am not exactly clear on what must be done to "connect" 
> libgfortran/intrinsics/hyper.c into the workings.

You need to add intrinsics/hyper.c to libgfortran/Makefile.am
(somewhere around line 30-40 IIRC). Makefile.am patch ought to look
something like

  intrinsics/somefile.c
+ intrinsics/hyper.c
  intrinsics/someotherfile.c



-- 
Janne Blomqvist


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]