Skip to content

Improve performance and precision of parse_numeric_literal() for doubles

Carsten Waechter requested to merge toxieainc/wine:master into master

..and improve performance and precision of parse_numeric_literal() for doubles, and replace artificial (INT_MAX/100) border conditions with the true +/- 308

10^308 is the largest representable power of 10 in double

Merge request reports

Loading