Skip to content

Commit 57fb8b7

Browse files
committed
remove force inline from
1 parent 99f2546 commit 57fb8b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ffc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
27052705
ffc_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

src/digit_comparison.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
500500
ffc_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

0 commit comments

Comments
 (0)