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.  I edited configure.ac 
>  to include the checks for the float versions, but do not know what 
> else to do there.
> 
> Steve, I will incorporate your patch from:
> 
> http://gcc.gnu.org/ml/fortran/2005-06/txt00025.txt
> 
> In this patch if you wish.
> 
> I will develop test cases in round 2.
> 
> Comments will be much appreciated.
> 

Jerry, I've finally found some time to look over and test 
your patch.  I think it's okay to commit to mainline.
Note, you should include a ChangeLog entry in your 
emails to the list with the patch.

I'm CC'ing Paul Brook to see if he has any comments.
The attached diff is your diff for hooking everything
up to the library.  Paul, do you have any comments.

-- 
Steve

Attachment: libhyper.diff
Description: Text document


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