You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently hard-code the use of int_fast64_t in floating_point_components, and also cast to that hard-coded type in several places. Let's use a type definition istead (also in light of the suggestions in PR #221) .
We currently hard-code the use of
int_fast64_tinfloating_point_components, and also cast to that hard-coded type in several places. Let's use a type definition istead (also in light of the suggestions in PR #221) .