From ec7698f469217d3e20a633b6d156499aba107303 Mon Sep 17 00:00:00 2001 From: Massimiliano Fasi Date: Fri, 10 Jan 2025 14:50:42 +0000 Subject: [PATCH] Fix typo in function name of template code --- src/cpfloat_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpfloat_template.h b/src/cpfloat_template.h index 7695e87..ad652f2 100644 --- a/src/cpfloat_template.h +++ b/src/cpfloat_template.h @@ -288,7 +288,7 @@ static inline int VALIDATE_INPUT(const optstruct *fpopts) { } /* Compute floating-point parameters required by the rounding functions. */ -#define COMPUTE_GLOBAL_PARAMS ADDSUFFIXTO(compute_golbal_params) +#define COMPUTE_GLOBAL_PARAMS ADDSUFFIXTO(compute_global_params) static inline FPPARAMS COMPUTE_GLOBAL_PARAMS(const optstruct *fpopts, int *retval) {