560dafc767
This reverts commit fc585377a9.
Reason for revert: causes failures on Mac FFI tests?
Original change's description:
> Update double-conversion to 162356679e310566c8c36cb76703d9cfabe4cee8.
>
> Includes RISC-V support.
>
> TEST=ci
> Change-Id: Id499c9a7aa60f31ae58a080754d55a143b0074df
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221841
> Reviewed-by: Alexander Aprelev <aam@google.com>
> Commit-Queue: Ryan Macnak <rmacnak@google.com>
TBR=aam@google.com,rmacnak@google.com
Change-Id: I8e587108637a0b9229b572e92d088eb49b95e917
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221862
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
12 lines
480 B
Plaintext
12 lines
480 B
Plaintext
http://code.google.com/p/double-conversion
|
|
|
|
This project (double-conversion) provides binary-decimal and decimal-binary
|
|
routines for IEEE doubles.
|
|
|
|
The library consists of efficient conversion routines that have been extracted
|
|
from the V8 JavaScript engine. The code has been refactored and improved so that
|
|
it can be used more easily in other projects.
|
|
|
|
There is extensive documentation in src/double-conversion.h. Other examples can
|
|
be found in test/cctest/test-conversions.cc.
|