We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce0be7 commit ec7698fCopy full SHA for ec7698f
src/cpfloat_template.h
@@ -288,7 +288,7 @@ static inline int VALIDATE_INPUT(const optstruct *fpopts) {
288
}
289
290
/* Compute floating-point parameters required by the rounding functions. */
291
-#define COMPUTE_GLOBAL_PARAMS ADDSUFFIXTO(compute_golbal_params)
+#define COMPUTE_GLOBAL_PARAMS ADDSUFFIXTO(compute_global_params)
292
static inline FPPARAMS COMPUTE_GLOBAL_PARAMS(const optstruct *fpopts,
293
int *retval) {
294
0 commit comments