Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ffc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,7 @@ ffc_adjusted_mantissa ffc_negative_digit_comp(
// `b` as a big-integer type, scaled to the same binary exponent as
// the actual digits. we then compare the big integer representations
// of both, and use that to direct rounding.
ffc_internal ffc_inline
ffc_internal
ffc_adjusted_mantissa ffc_digit_comp(ffc_parsed num, ffc_adjusted_mantissa am, ffc_value_kind vk) {
ffc_debug("digit_comp\n");
// remove the invalid exponent bias
Expand Down
2 changes: 1 addition & 1 deletion src/digit_comparison.h
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ ffc_adjusted_mantissa ffc_negative_digit_comp(
// `b` as a big-integer type, scaled to the same binary exponent as
// the actual digits. we then compare the big integer representations
// of both, and use that to direct rounding.
ffc_internal ffc_inline
ffc_internal
ffc_adjusted_mantissa ffc_digit_comp(ffc_parsed num, ffc_adjusted_mantissa am, ffc_value_kind vk) {
ffc_debug("digit_comp\n");
// remove the invalid exponent bias
Expand Down