File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2701,7 +2701,7 @@ ffc_adjusted_mantissa ffc_negative_digit_comp(
27012701// `b` as a big-integer type, scaled to the same binary exponent as
27022702// the actual digits. we then compare the big integer representations
27032703// of both, and use that to direct rounding.
2704- ffc_internal ffc_inline
2704+ ffc_internal
27052705ffc_adjusted_mantissa ffc_digit_comp (ffc_parsed num, ffc_adjusted_mantissa am, ffc_value_kind vk) {
27062706 ffc_debug (" digit_comp\n " );
27072707 // remove the invalid exponent bias
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ ffc_adjusted_mantissa ffc_negative_digit_comp(
496496// `b` as a big-integer type, scaled to the same binary exponent as
497497// the actual digits. we then compare the big integer representations
498498// of both, and use that to direct rounding.
499- ffc_internal ffc_inline
499+ ffc_internal
500500ffc_adjusted_mantissa ffc_digit_comp (ffc_parsed num , ffc_adjusted_mantissa am , ffc_value_kind vk ) {
501501 ffc_debug ("digit_comp\n" );
502502 // remove the invalid exponent bias
You can’t perform that action at this time.
0 commit comments