This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Use builtins for cabs and copysign


On Sunday 15 August 2004 02:18, Andrew Pinski wrote:
> ChangeLog:
>
> 	* f95-lang.c (gfc_init_builtin_functions): Initialize the builtins
> 	for cabs{,f} and copysign{,f}.
> 	* trans-decl.c (gfor_fndecl_math_cabsf): Delete.
> 	(gfor_fndecl_math_cabs): Delete.
> 	(gfor_fndecl_math_sign4): Delete.
> 	(gfor_fndecl_math_sign8): Delete.
> 	(gfc_build_intrinsic_function_decls): Remove the
> 	initializing of cabs{,f} and copysign{,f} functions.
> 	* trans-intrinsic.c (gfc_conv_intrinsic_abs): Use the builtins instead
> 	of the functions definitions.
> 	(gfc_conv_intrinsic_sign): Likewise.
> 	* trans.h (gfor_fndecl_math_cabsf): Delete.
> 	(gfor_fndecl_math_cabs): Delete.
> 	(gfor_fndecl_math_sign4): Delete.
> 	(gfor_fndecl_math_sign8): Delete.

Ok.

Paul


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