Scrub double-conversion and add quick wrapper

This commit is contained in:
Justine Tunney 2022-06-26 04:58:44 -07:00
parent b1de862e16
commit 5cd0e876bd
46 changed files with 322 additions and 804 deletions

View file

@ -24,14 +24,13 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "libc/isystem/stdlib.h"
#include "third_party/libcxx/limits"
#include "third_party/double-conversion/test/cctest.h"
#include "third_party/double-conversion/diy-fp.h"
#include "third_party/double-conversion/utils.h"
#include "third_party/double-conversion/ieee.h"
#include "third_party/double-conversion/test/cctest.h"
#include "third_party/double-conversion/utils.h"
#include "third_party/libcxx/limits"
// clang-format off
using namespace double_conversion;