Skip to content

Commit

Permalink
PRTEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 15, 2021
1 parent 34a6ea0 commit 2ea8423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/std/strfloats.nim
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ when useDragonbox:
fixup(buf, ret, first, result)

template toString*(buf: var array[strFloatBufLen, char]; value: BiggestFloat): int =
toStringDragonbox(buf, value)
# toStringDragonbox(buf, value)
toStringDragonbox0(buf, value)
else:
template toString*(buf: var array[strFloatBufLen, char]; value: BiggestFloat): int =
toStringSprintf(buf, value)
Expand Down

0 comments on commit 2ea8423

Please sign in to comment.