make dragonbox opt-in via -d:nimFpRoundtrips (#18504)

* make dragonbox opt-in via -d:nimFpRoundtrips

* make tests green again

* make tests green again
This commit is contained in:
Andreas Rumpf
2021-07-16 18:29:49 +02:00
committed by GitHub
parent 96a7f9b31c
commit 25efb53862
8 changed files with 35 additions and 27 deletions

View File

@@ -7,7 +7,7 @@
# distribution, for details about the copyright.
#
when not defined(nimLegacyAddFloat) and not defined(nimscript) and
when defined(nimFpRoundtrips) and not defined(nimscript) and
not defined(js) and defined(nimHasDragonBox):
import dragonbox

View File

@@ -97,7 +97,7 @@ proc nimFloatToStr(f: float): string {.compilerproc.} =
result = newStringOfCap(8)
result.addFloat f
when not defined(nimLegacyAddFloat) and not defined(nimscript) and
when defined(nimFpRoundtrips) and not defined(nimscript) and
not defined(js) and defined(nimHasDragonBox):
import schubfach