koffi 2.3.6-beta.6 → 2.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
- package/src/cnoke/cnoke.js +3 -7
- package/src/cnoke/src/builder.js +9 -6
- package/src/cnoke/src/index.js +2 -2
- package/src/koffi/build/2.3.7/koffi_darwin_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_darwin_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_arm32hf/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_riscv64hf64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_openbsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_openbsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_x64/koffi.node +0 -0
- package/src/koffi/src/ffi.cc +2 -2
- package/src/koffi/src/index.d.ts +2 -2
- package/src/koffi/src/index.js +1 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_darwin_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_darwin_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_arm32hf/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_riscv64hf64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_openbsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_openbsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_arm64/koffi.pdb +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_ia32/koffi.pdb +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_x64/koffi.pdb +0 -0
- package/vendor/brotli/BUILD +0 -144
- package/vendor/brotli/CMakeLists.txt +0 -421
- package/vendor/brotli/CONTRIBUTING.md +0 -27
- package/vendor/brotli/LICENSE +0 -19
- package/vendor/brotli/MANIFEST.in +0 -17
- package/vendor/brotli/Makefile +0 -55
- package/vendor/brotli/Makefile.am +0 -38
- package/vendor/brotli/README +0 -15
- package/vendor/brotli/README.md +0 -104
- package/vendor/brotli/WORKSPACE +0 -21
- package/vendor/brotli/bootstrap +0 -35
- package/vendor/brotli/c/common/constants.c +0 -15
- package/vendor/brotli/c/common/constants.h +0 -200
- package/vendor/brotli/c/common/context.c +0 -156
- package/vendor/brotli/c/common/context.h +0 -113
- package/vendor/brotli/c/common/dictionary.c +0 -5914
- package/vendor/brotli/c/common/dictionary.h +0 -64
- package/vendor/brotli/c/common/platform.c +0 -22
- package/vendor/brotli/c/common/platform.h +0 -596
- package/vendor/brotli/c/common/transform.c +0 -291
- package/vendor/brotli/c/common/transform.h +0 -85
- package/vendor/brotli/c/common/version.h +0 -26
- package/vendor/brotli/c/dec/bit_reader.c +0 -76
- package/vendor/brotli/c/dec/bit_reader.h +0 -351
- package/vendor/brotli/c/dec/decode.c +0 -2608
- package/vendor/brotli/c/dec/huffman.c +0 -339
- package/vendor/brotli/c/dec/huffman.h +0 -121
- package/vendor/brotli/c/dec/prefix.h +0 -732
- package/vendor/brotli/c/dec/state.c +0 -159
- package/vendor/brotli/c/dec/state.h +0 -365
- package/vendor/brotli/c/enc/backward_references.c +0 -145
- package/vendor/brotli/c/enc/backward_references.h +0 -39
- package/vendor/brotli/c/enc/backward_references_hq.c +0 -843
- package/vendor/brotli/c/enc/backward_references_hq.h +0 -95
- package/vendor/brotli/c/enc/backward_references_inc.h +0 -163
- package/vendor/brotli/c/enc/bit_cost.c +0 -35
- package/vendor/brotli/c/enc/bit_cost.h +0 -63
- package/vendor/brotli/c/enc/bit_cost_inc.h +0 -127
- package/vendor/brotli/c/enc/block_encoder_inc.h +0 -34
- package/vendor/brotli/c/enc/block_splitter.c +0 -194
- package/vendor/brotli/c/enc/block_splitter.h +0 -51
- package/vendor/brotli/c/enc/block_splitter_inc.h +0 -440
- package/vendor/brotli/c/enc/brotli_bit_stream.c +0 -1314
- package/vendor/brotli/c/enc/brotli_bit_stream.h +0 -84
- package/vendor/brotli/c/enc/cluster.c +0 -56
- package/vendor/brotli/c/enc/cluster.h +0 -48
- package/vendor/brotli/c/enc/cluster_inc.h +0 -320
- package/vendor/brotli/c/enc/command.c +0 -28
- package/vendor/brotli/c/enc/command.h +0 -190
- package/vendor/brotli/c/enc/compress_fragment.c +0 -790
- package/vendor/brotli/c/enc/compress_fragment.h +0 -61
- package/vendor/brotli/c/enc/compress_fragment_two_pass.c +0 -645
- package/vendor/brotli/c/enc/compress_fragment_two_pass.h +0 -54
- package/vendor/brotli/c/enc/dictionary_hash.c +0 -1846
- package/vendor/brotli/c/enc/dictionary_hash.h +0 -25
- package/vendor/brotli/c/enc/encode.c +0 -1927
- package/vendor/brotli/c/enc/encoder_dict.c +0 -33
- package/vendor/brotli/c/enc/encoder_dict.h +0 -43
- package/vendor/brotli/c/enc/entropy_encode.c +0 -503
- package/vendor/brotli/c/enc/entropy_encode.h +0 -122
- package/vendor/brotli/c/enc/entropy_encode_static.h +0 -539
- package/vendor/brotli/c/enc/fast_log.c +0 -105
- package/vendor/brotli/c/enc/fast_log.h +0 -66
- package/vendor/brotli/c/enc/find_match_length.h +0 -79
- package/vendor/brotli/c/enc/hash.h +0 -488
- package/vendor/brotli/c/enc/hash_composite_inc.h +0 -125
- package/vendor/brotli/c/enc/hash_forgetful_chain_inc.h +0 -293
- package/vendor/brotli/c/enc/hash_longest_match64_inc.h +0 -267
- package/vendor/brotli/c/enc/hash_longest_match_inc.h +0 -262
- package/vendor/brotli/c/enc/hash_longest_match_quickly_inc.h +0 -266
- package/vendor/brotli/c/enc/hash_rolling_inc.h +0 -212
- package/vendor/brotli/c/enc/hash_to_binary_tree_inc.h +0 -329
- package/vendor/brotli/c/enc/histogram.c +0 -100
- package/vendor/brotli/c/enc/histogram.h +0 -63
- package/vendor/brotli/c/enc/histogram_inc.h +0 -51
- package/vendor/brotli/c/enc/literal_cost.c +0 -175
- package/vendor/brotli/c/enc/literal_cost.h +0 -30
- package/vendor/brotli/c/enc/memory.c +0 -170
- package/vendor/brotli/c/enc/memory.h +0 -114
- package/vendor/brotli/c/enc/metablock.c +0 -663
- package/vendor/brotli/c/enc/metablock.h +0 -105
- package/vendor/brotli/c/enc/metablock_inc.h +0 -183
- package/vendor/brotli/c/enc/params.h +0 -46
- package/vendor/brotli/c/enc/prefix.h +0 -53
- package/vendor/brotli/c/enc/quality.h +0 -165
- package/vendor/brotli/c/enc/ringbuffer.h +0 -167
- package/vendor/brotli/c/enc/static_dict.c +0 -486
- package/vendor/brotli/c/enc/static_dict.h +0 -40
- package/vendor/brotli/c/enc/static_dict_lut.h +0 -5864
- package/vendor/brotli/c/enc/utf8_util.c +0 -85
- package/vendor/brotli/c/enc/utf8_util.h +0 -32
- package/vendor/brotli/c/enc/write_bits.h +0 -87
- package/vendor/brotli/c/include/brotli/decode.h +0 -344
- package/vendor/brotli/c/include/brotli/encode.h +0 -448
- package/vendor/brotli/c/include/brotli/port.h +0 -288
- package/vendor/brotli/c/include/brotli/types.h +0 -83
- package/vendor/brotli/c/tools/brotli.c +0 -1116
- package/vendor/brotli/c/tools/brotli.md +0 -107
- package/vendor/brotli/compiler_config_setting.bzl +0 -28
- package/vendor/brotli/configure +0 -8
- package/vendor/brotli/configure-cmake +0 -318
- package/vendor/brotli/configure.ac +0 -14
- package/vendor/brotli/docs/brotli.1 +0 -132
- package/vendor/brotli/docs/constants.h.3 +0 -47
- package/vendor/brotli/docs/decode.h.3 +0 -415
- package/vendor/brotli/docs/encode.h.3 +0 -586
- package/vendor/brotli/docs/types.h.3 +0 -117
- package/vendor/brotli/premake5.lua +0 -78
- package/vendor/brotli/python/Makefile +0 -57
- package/vendor/brotli/python/README.md +0 -54
- package/vendor/brotli/python/_brotli.cc +0 -753
- package/vendor/brotli/python/bro.py +0 -160
- package/vendor/brotli/python/brotli.py +0 -56
- package/vendor/brotli/python/tests/__init__.py +0 -0
- package/vendor/brotli/python/tests/_test_utils.py +0 -112
- package/vendor/brotli/python/tests/bro_test.py +0 -102
- package/vendor/brotli/python/tests/compress_test.py +0 -41
- package/vendor/brotli/python/tests/compressor_test.py +0 -94
- package/vendor/brotli/python/tests/decompress_test.py +0 -42
- package/vendor/brotli/python/tests/decompressor_test.py +0 -59
- package/vendor/brotli/scripts/libbrotlicommon.pc.in +0 -11
- package/vendor/brotli/scripts/libbrotlidec.pc.in +0 -12
- package/vendor/brotli/scripts/libbrotlienc.pc.in +0 -12
- package/vendor/brotli/scripts/sources.lst +0 -104
- package/vendor/brotli/setup.cfg +0 -5
- package/vendor/brotli/setup.py +0 -293
- package/vendor/brotli/tests/Makefile +0 -17
- package/vendor/brotli/tests/compatibility_test.sh +0 -25
- package/vendor/brotli/tests/roundtrip_test.sh +0 -36
- package/vendor/brotli/tests/run-compatibility-test.cmake +0 -31
- package/vendor/brotli/tests/run-roundtrip-test.cmake +0 -36
- package/vendor/brotli/tests/testdata/empty +0 -0
- package/vendor/brotli/tests/testdata/empty.compressed +0 -1
- package/vendor/brotli/tests/testdata/ukkonooa +0 -1
- package/vendor/brotli/tests/testdata/ukkonooa.compressed +0 -0
- package/vendor/dragonbox/CMakeLists.txt +0 -123
- package/vendor/dragonbox/LICENSE-Apache2-LLVM +0 -218
- package/vendor/dragonbox/LICENSE-Boost +0 -23
- package/vendor/dragonbox/README.md +0 -277
- package/vendor/dragonbox/cmake/dragonboxConfig.cmake +0 -1
- package/vendor/dragonbox/include/dragonbox/dragonbox.h +0 -2674
- package/vendor/dragonbox/include/dragonbox/dragonbox_to_chars.h +0 -108
- package/vendor/dragonbox/other_files/Dragonbox.pdf +0 -0
- package/vendor/dragonbox/other_files/Dragonbox_old.pdf +0 -0
- package/vendor/dragonbox/other_files/milo_benchmark.png +0 -0
- package/vendor/dragonbox/other_files/unknown_win64_vc2019.html +0 -540
- package/vendor/dragonbox/other_files/unknown_win64_vc2019_randomdigit_time.png +0 -0
- package/vendor/dragonbox/source/dragonbox_to_chars.cpp +0 -303
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/CMakeLists.txt +0 -24
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/fp_to_chars.cpp +0 -238
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/fp_to_chars.h +0 -95
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/grisu_exact.h +0 -2666
- package/vendor/dragonbox/subproject/3rdparty/ryu/CMakeLists.txt +0 -16
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/common.h +0 -114
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s.c +0 -509
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s_full_table.h +0 -367
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s_intrinsics.h +0 -357
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/digit_table.h +0 -35
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s.c +0 -345
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s_full_table.h +0 -55
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s_intrinsics.h +0 -128
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/ryu.h +0 -46
- package/vendor/dragonbox/subproject/3rdparty/schubfach/CMakeLists.txt +0 -22
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_32.cc +0 -699
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_32.h +0 -31
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_64.cc +0 -1354
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_64.h +0 -31
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/example_shaded_plots.m +0 -68
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/license.txt +0 -25
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_distribution.m +0 -92
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_distribution_prctile.m +0 -121
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_histogram_shaded.m +0 -99
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_shaded.m +0 -93
- package/vendor/dragonbox/subproject/benchmark/CMakeLists.txt +0 -65
- package/vendor/dragonbox/subproject/benchmark/include/benchmark.h +0 -40
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_benchmarks.m +0 -22
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_digit_benchmark.m +0 -78
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_uniform_benchmark.m +0 -95
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary32_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary32_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary64_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary64_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary32_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary32_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary64_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary64_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/source/benchmark.cpp +0 -238
- package/vendor/dragonbox/subproject/benchmark/source/dragonbox.cpp +0 -30
- package/vendor/dragonbox/subproject/benchmark/source/grisu_exact.cpp +0 -36
- package/vendor/dragonbox/subproject/benchmark/source/ryu.cpp +0 -27
- package/vendor/dragonbox/subproject/benchmark/source/schubfach.cpp +0 -31
- package/vendor/dragonbox/subproject/common/CMakeLists.txt +0 -42
- package/vendor/dragonbox/subproject/common/include/best_rational_approx.h +0 -97
- package/vendor/dragonbox/subproject/common/include/big_uint.h +0 -218
- package/vendor/dragonbox/subproject/common/include/continued_fractions.h +0 -174
- package/vendor/dragonbox/subproject/common/include/good_rational_approx.h +0 -267
- package/vendor/dragonbox/subproject/common/include/random_float.h +0 -182
- package/vendor/dragonbox/subproject/common/include/rational_continued_fractions.h +0 -57
- package/vendor/dragonbox/subproject/common/source/big_uint.cpp +0 -602
- package/vendor/dragonbox/subproject/meta/CMakeLists.txt +0 -41
- package/vendor/dragonbox/subproject/meta/results/binary32_generated_cache.txt +0 -82
- package/vendor/dragonbox/subproject/meta/results/binary64_compressed_cache_error_table.txt +0 -10
- package/vendor/dragonbox/subproject/meta/results/binary64_generated_cache.txt +0 -623
- package/vendor/dragonbox/subproject/meta/source/generate_cache.cpp +0 -126
- package/vendor/dragonbox/subproject/meta/source/live_test.cpp +0 -81
- package/vendor/dragonbox/subproject/meta/source/perf_test.cpp +0 -104
- package/vendor/dragonbox/subproject/meta/source/sandbox.cpp +0 -20
- package/vendor/dragonbox/subproject/test/CMakeLists.txt +0 -70
- package/vendor/dragonbox/subproject/test/results/binary32.csv +0 -255
- package/vendor/dragonbox/subproject/test/results/binary64.csv +0 -2047
- package/vendor/dragonbox/subproject/test/results/plot_required_bits.m +0 -18
- package/vendor/dragonbox/subproject/test/source/test_all_shorter_interval_cases.cpp +0 -88
- package/vendor/dragonbox/subproject/test/source/uniform_random_test.cpp +0 -95
- package/vendor/dragonbox/subproject/test/source/verify_cache_precision.cpp +0 -338
- package/vendor/dragonbox/subproject/test/source/verify_compressed_cache.cpp +0 -154
- package/vendor/dragonbox/subproject/test/source/verify_fast_multiplication.cpp +0 -168
- package/vendor/dragonbox/subproject/test/source/verify_log_computation.cpp +0 -251
- package/vendor/dragonbox/subproject/test/source/verify_magic_division.cpp +0 -113
- package/vendor/miniz/ChangeLog.md +0 -239
- package/vendor/miniz/LICENSE +0 -22
- package/vendor/miniz/examples/example1.c +0 -105
- package/vendor/miniz/examples/example2.c +0 -164
- package/vendor/miniz/examples/example3.c +0 -269
- package/vendor/miniz/examples/example4.c +0 -102
- package/vendor/miniz/examples/example5.c +0 -327
- package/vendor/miniz/examples/example6.c +0 -166
- package/vendor/miniz/miniz.c +0 -7835
- package/vendor/miniz/miniz.h +0 -1422
- package/vendor/miniz/readme.md +0 -46
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_arm64/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_arm64/koffi.lib +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_ia32/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_ia32/koffi.lib +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_x64/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_x64/koffi.lib +0 -0
|
@@ -1,357 +0,0 @@
|
|
|
1
|
-
// Copyright 2018 Ulf Adams
|
|
2
|
-
//
|
|
3
|
-
// The contents of this file may be used under the terms of the Apache License,
|
|
4
|
-
// Version 2.0.
|
|
5
|
-
//
|
|
6
|
-
// (See accompanying file LICENSE-Apache or copy at
|
|
7
|
-
// http://www.apache.org/licenses/LICENSE-2.0)
|
|
8
|
-
//
|
|
9
|
-
// Alternatively, the contents of this file may be used under the terms of
|
|
10
|
-
// the Boost Software License, Version 1.0.
|
|
11
|
-
// (See accompanying file LICENSE-Boost or copy at
|
|
12
|
-
// https://www.boost.org/LICENSE_1_0.txt)
|
|
13
|
-
//
|
|
14
|
-
// Unless required by applicable law or agreed to in writing, this software
|
|
15
|
-
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
-
// KIND, either express or implied.
|
|
17
|
-
#ifndef RYU_D2S_INTRINSICS_H
|
|
18
|
-
#define RYU_D2S_INTRINSICS_H
|
|
19
|
-
|
|
20
|
-
#include <assert.h>
|
|
21
|
-
#include <stdint.h>
|
|
22
|
-
|
|
23
|
-
// Defines RYU_32_BIT_PLATFORM if applicable.
|
|
24
|
-
#include "ryu/common.h"
|
|
25
|
-
|
|
26
|
-
// ABSL avoids uint128_t on Win32 even if __SIZEOF_INT128__ is defined.
|
|
27
|
-
// Let's do the same for now.
|
|
28
|
-
#if defined(__SIZEOF_INT128__) && !defined(_MSC_VER) && !defined(RYU_ONLY_64_BIT_OPS)
|
|
29
|
-
#define HAS_UINT128
|
|
30
|
-
#elif defined(_MSC_VER) && !defined(RYU_ONLY_64_BIT_OPS) && defined(_M_X64)
|
|
31
|
-
#define HAS_64_BIT_INTRINSICS
|
|
32
|
-
#endif
|
|
33
|
-
|
|
34
|
-
#if defined(HAS_UINT128)
|
|
35
|
-
typedef __uint128_t uint128_t;
|
|
36
|
-
#endif
|
|
37
|
-
|
|
38
|
-
#if defined(HAS_64_BIT_INTRINSICS)
|
|
39
|
-
|
|
40
|
-
#include <intrin.h>
|
|
41
|
-
|
|
42
|
-
static inline uint64_t umul128(const uint64_t a, const uint64_t b, uint64_t* const productHi) {
|
|
43
|
-
return _umul128(a, b, productHi);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// Returns the lower 64 bits of (hi*2^64 + lo) >> dist, with 0 < dist < 64.
|
|
47
|
-
static inline uint64_t shiftright128(const uint64_t lo, const uint64_t hi, const uint32_t dist) {
|
|
48
|
-
// For the __shiftright128 intrinsic, the shift value is always
|
|
49
|
-
// modulo 64.
|
|
50
|
-
// In the current implementation of the double-precision version
|
|
51
|
-
// of Ryu, the shift value is always < 64. (In the case
|
|
52
|
-
// RYU_OPTIMIZE_SIZE == 0, the shift value is in the range [49, 58].
|
|
53
|
-
// Otherwise in the range [2, 59].)
|
|
54
|
-
// However, this function is now also called by s2d, which requires supporting
|
|
55
|
-
// the larger shift range (TODO: what is the actual range?).
|
|
56
|
-
// Check this here in case a future change requires larger shift
|
|
57
|
-
// values. In this case this function needs to be adjusted.
|
|
58
|
-
assert(dist < 64);
|
|
59
|
-
return __shiftright128(lo, hi, (unsigned char) dist);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
#else // defined(HAS_64_BIT_INTRINSICS)
|
|
63
|
-
|
|
64
|
-
static inline uint64_t umul128(const uint64_t a, const uint64_t b, uint64_t* const productHi) {
|
|
65
|
-
// The casts here help MSVC to avoid calls to the __allmul library function.
|
|
66
|
-
const uint32_t aLo = (uint32_t)a;
|
|
67
|
-
const uint32_t aHi = (uint32_t)(a >> 32);
|
|
68
|
-
const uint32_t bLo = (uint32_t)b;
|
|
69
|
-
const uint32_t bHi = (uint32_t)(b >> 32);
|
|
70
|
-
|
|
71
|
-
const uint64_t b00 = (uint64_t)aLo * bLo;
|
|
72
|
-
const uint64_t b01 = (uint64_t)aLo * bHi;
|
|
73
|
-
const uint64_t b10 = (uint64_t)aHi * bLo;
|
|
74
|
-
const uint64_t b11 = (uint64_t)aHi * bHi;
|
|
75
|
-
|
|
76
|
-
const uint32_t b00Lo = (uint32_t)b00;
|
|
77
|
-
const uint32_t b00Hi = (uint32_t)(b00 >> 32);
|
|
78
|
-
|
|
79
|
-
const uint64_t mid1 = b10 + b00Hi;
|
|
80
|
-
const uint32_t mid1Lo = (uint32_t)(mid1);
|
|
81
|
-
const uint32_t mid1Hi = (uint32_t)(mid1 >> 32);
|
|
82
|
-
|
|
83
|
-
const uint64_t mid2 = b01 + mid1Lo;
|
|
84
|
-
const uint32_t mid2Lo = (uint32_t)(mid2);
|
|
85
|
-
const uint32_t mid2Hi = (uint32_t)(mid2 >> 32);
|
|
86
|
-
|
|
87
|
-
const uint64_t pHi = b11 + mid1Hi + mid2Hi;
|
|
88
|
-
const uint64_t pLo = ((uint64_t)mid2Lo << 32) | b00Lo;
|
|
89
|
-
|
|
90
|
-
*productHi = pHi;
|
|
91
|
-
return pLo;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
static inline uint64_t shiftright128(const uint64_t lo, const uint64_t hi, const uint32_t dist) {
|
|
95
|
-
// We don't need to handle the case dist >= 64 here (see above).
|
|
96
|
-
assert(dist < 64);
|
|
97
|
-
assert(dist > 0);
|
|
98
|
-
return (hi << (64 - dist)) | (lo >> dist);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
#endif // defined(HAS_64_BIT_INTRINSICS)
|
|
102
|
-
|
|
103
|
-
#if defined(RYU_32_BIT_PLATFORM)
|
|
104
|
-
|
|
105
|
-
// Returns the high 64 bits of the 128-bit product of a and b.
|
|
106
|
-
static inline uint64_t umulh(const uint64_t a, const uint64_t b) {
|
|
107
|
-
// Reuse the umul128 implementation.
|
|
108
|
-
// Optimizers will likely eliminate the instructions used to compute the
|
|
109
|
-
// low part of the product.
|
|
110
|
-
uint64_t hi;
|
|
111
|
-
umul128(a, b, &hi);
|
|
112
|
-
return hi;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// On 32-bit platforms, compilers typically generate calls to library
|
|
116
|
-
// functions for 64-bit divisions, even if the divisor is a constant.
|
|
117
|
-
//
|
|
118
|
-
// E.g.:
|
|
119
|
-
// https://bugs.llvm.org/show_bug.cgi?id=37932
|
|
120
|
-
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17958
|
|
121
|
-
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37443
|
|
122
|
-
//
|
|
123
|
-
// The functions here perform division-by-constant using multiplications
|
|
124
|
-
// in the same way as 64-bit compilers would do.
|
|
125
|
-
//
|
|
126
|
-
// NB:
|
|
127
|
-
// The multipliers and shift values are the ones generated by clang x64
|
|
128
|
-
// for expressions like x/5, x/10, etc.
|
|
129
|
-
|
|
130
|
-
static inline uint64_t div5(const uint64_t x) {
|
|
131
|
-
return umulh(x, 0xCCCCCCCCCCCCCCCDu) >> 2;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
static inline uint64_t div10(const uint64_t x) {
|
|
135
|
-
return umulh(x, 0xCCCCCCCCCCCCCCCDu) >> 3;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
static inline uint64_t div100(const uint64_t x) {
|
|
139
|
-
return umulh(x >> 2, 0x28F5C28F5C28F5C3u) >> 2;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
static inline uint64_t div1e8(const uint64_t x) {
|
|
143
|
-
return umulh(x, 0xABCC77118461CEFDu) >> 26;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
static inline uint64_t div1e9(const uint64_t x) {
|
|
147
|
-
return umulh(x >> 9, 0x44B82FA09B5A53u) >> 11;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
static inline uint32_t mod1e9(const uint64_t x) {
|
|
151
|
-
// Avoid 64-bit math as much as possible.
|
|
152
|
-
// Returning (uint32_t) (x - 1000000000 * div1e9(x)) would
|
|
153
|
-
// perform 32x64-bit multiplication and 64-bit subtraction.
|
|
154
|
-
// x and 1000000000 * div1e9(x) are guaranteed to differ by
|
|
155
|
-
// less than 10^9, so their highest 32 bits must be identical,
|
|
156
|
-
// so we can truncate both sides to uint32_t before subtracting.
|
|
157
|
-
// We can also simplify (uint32_t) (1000000000 * div1e9(x)).
|
|
158
|
-
// We can truncate before multiplying instead of after, as multiplying
|
|
159
|
-
// the highest 32 bits of div1e9(x) can't affect the lowest 32 bits.
|
|
160
|
-
return ((uint32_t) x) - 1000000000 * ((uint32_t) div1e9(x));
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
#else // defined(RYU_32_BIT_PLATFORM)
|
|
164
|
-
|
|
165
|
-
static inline uint64_t div5(const uint64_t x) {
|
|
166
|
-
return x / 5;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
static inline uint64_t div10(const uint64_t x) {
|
|
170
|
-
return x / 10;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
static inline uint64_t div100(const uint64_t x) {
|
|
174
|
-
return x / 100;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
static inline uint64_t div1e8(const uint64_t x) {
|
|
178
|
-
return x / 100000000;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
static inline uint64_t div1e9(const uint64_t x) {
|
|
182
|
-
return x / 1000000000;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
static inline uint32_t mod1e9(const uint64_t x) {
|
|
186
|
-
return (uint32_t) (x - 1000000000 * div1e9(x));
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
#endif // defined(RYU_32_BIT_PLATFORM)
|
|
190
|
-
|
|
191
|
-
static inline uint32_t pow5Factor(uint64_t value) {
|
|
192
|
-
const uint64_t m_inv_5 = 14757395258967641293u; // 5 * m_inv_5 = 1 (mod 2^64)
|
|
193
|
-
const uint64_t n_div_5 = 3689348814741910323u; // #{ n | n = 0 (mod 2^64) } = 2^64 / 5
|
|
194
|
-
uint32_t count = 0;
|
|
195
|
-
for (;;) {
|
|
196
|
-
assert(value != 0);
|
|
197
|
-
value *= m_inv_5;
|
|
198
|
-
if (value > n_div_5)
|
|
199
|
-
break;
|
|
200
|
-
++count;
|
|
201
|
-
}
|
|
202
|
-
return count;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// Returns true if value is divisible by 5^p.
|
|
206
|
-
static inline bool multipleOfPowerOf5(const uint64_t value, const uint32_t p) {
|
|
207
|
-
// I tried a case distinction on p, but there was no performance difference.
|
|
208
|
-
return pow5Factor(value) >= p;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
// Returns true if value is divisible by 2^p.
|
|
212
|
-
static inline bool multipleOfPowerOf2(const uint64_t value, const uint32_t p) {
|
|
213
|
-
assert(value != 0);
|
|
214
|
-
assert(p < 64);
|
|
215
|
-
// __builtin_ctzll doesn't appear to be faster here.
|
|
216
|
-
return (value & ((1ull << p) - 1)) == 0;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
// We need a 64x128-bit multiplication and a subsequent 128-bit shift.
|
|
220
|
-
// Multiplication:
|
|
221
|
-
// The 64-bit factor is variable and passed in, the 128-bit factor comes
|
|
222
|
-
// from a lookup table. We know that the 64-bit factor only has 55
|
|
223
|
-
// significant bits (i.e., the 9 topmost bits are zeros). The 128-bit
|
|
224
|
-
// factor only has 124 significant bits (i.e., the 4 topmost bits are
|
|
225
|
-
// zeros).
|
|
226
|
-
// Shift:
|
|
227
|
-
// In principle, the multiplication result requires 55 + 124 = 179 bits to
|
|
228
|
-
// represent. However, we then shift this value to the right by j, which is
|
|
229
|
-
// at least j >= 115, so the result is guaranteed to fit into 179 - 115 = 64
|
|
230
|
-
// bits. This means that we only need the topmost 64 significant bits of
|
|
231
|
-
// the 64x128-bit multiplication.
|
|
232
|
-
//
|
|
233
|
-
// There are several ways to do this:
|
|
234
|
-
// 1. Best case: the compiler exposes a 128-bit type.
|
|
235
|
-
// We perform two 64x64-bit multiplications, add the higher 64 bits of the
|
|
236
|
-
// lower result to the higher result, and shift by j - 64 bits.
|
|
237
|
-
//
|
|
238
|
-
// We explicitly cast from 64-bit to 128-bit, so the compiler can tell
|
|
239
|
-
// that these are only 64-bit inputs, and can map these to the best
|
|
240
|
-
// possible sequence of assembly instructions.
|
|
241
|
-
// x64 machines happen to have matching assembly instructions for
|
|
242
|
-
// 64x64-bit multiplications and 128-bit shifts.
|
|
243
|
-
//
|
|
244
|
-
// 2. Second best case: the compiler exposes intrinsics for the x64 assembly
|
|
245
|
-
// instructions mentioned in 1.
|
|
246
|
-
//
|
|
247
|
-
// 3. We only have 64x64 bit instructions that return the lower 64 bits of
|
|
248
|
-
// the result, i.e., we have to use plain C.
|
|
249
|
-
// Our inputs are less than the full width, so we have three options:
|
|
250
|
-
// a. Ignore this fact and just implement the intrinsics manually.
|
|
251
|
-
// b. Split both into 31-bit pieces, which guarantees no internal overflow,
|
|
252
|
-
// but requires extra work upfront (unless we change the lookup table).
|
|
253
|
-
// c. Split only the first factor into 31-bit pieces, which also guarantees
|
|
254
|
-
// no internal overflow, but requires extra work since the intermediate
|
|
255
|
-
// results are not perfectly aligned.
|
|
256
|
-
#if defined(HAS_UINT128)
|
|
257
|
-
|
|
258
|
-
// Best case: use 128-bit type.
|
|
259
|
-
static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) {
|
|
260
|
-
const uint128_t b0 = ((uint128_t) m) * mul[0];
|
|
261
|
-
const uint128_t b2 = ((uint128_t) m) * mul[1];
|
|
262
|
-
return (uint64_t) (((b0 >> 64) + b2) >> (j - 64));
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j,
|
|
266
|
-
uint64_t* const vp, uint64_t* const vm, const uint32_t mmShift) {
|
|
267
|
-
// m <<= 2;
|
|
268
|
-
// uint128_t b0 = ((uint128_t) m) * mul[0]; // 0
|
|
269
|
-
// uint128_t b2 = ((uint128_t) m) * mul[1]; // 64
|
|
270
|
-
//
|
|
271
|
-
// uint128_t hi = (b0 >> 64) + b2;
|
|
272
|
-
// uint128_t lo = b0 & 0xffffffffffffffffull;
|
|
273
|
-
// uint128_t factor = (((uint128_t) mul[1]) << 64) + mul[0];
|
|
274
|
-
// uint128_t vpLo = lo + (factor << 1);
|
|
275
|
-
// *vp = (uint64_t) ((hi + (vpLo >> 64)) >> (j - 64));
|
|
276
|
-
// uint128_t vmLo = lo - (factor << mmShift);
|
|
277
|
-
// *vm = (uint64_t) ((hi + (vmLo >> 64) - (((uint128_t) 1ull) << 64)) >> (j - 64));
|
|
278
|
-
// return (uint64_t) (hi >> (j - 64));
|
|
279
|
-
*vp = mulShift64(4 * m + 2, mul, j);
|
|
280
|
-
*vm = mulShift64(4 * m - 1 - mmShift, mul, j);
|
|
281
|
-
return mulShift64(4 * m, mul, j);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
#elif defined(HAS_64_BIT_INTRINSICS)
|
|
285
|
-
|
|
286
|
-
static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) {
|
|
287
|
-
// m is maximum 55 bits
|
|
288
|
-
uint64_t high1; // 128
|
|
289
|
-
const uint64_t low1 = umul128(m, mul[1], &high1); // 64
|
|
290
|
-
uint64_t high0; // 64
|
|
291
|
-
umul128(m, mul[0], &high0); // 0
|
|
292
|
-
const uint64_t sum = high0 + low1;
|
|
293
|
-
if (sum < high0) {
|
|
294
|
-
++high1; // overflow into high1
|
|
295
|
-
}
|
|
296
|
-
return shiftright128(sum, high1, j - 64);
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j,
|
|
300
|
-
uint64_t* const vp, uint64_t* const vm, const uint32_t mmShift) {
|
|
301
|
-
*vp = mulShift64(4 * m + 2, mul, j);
|
|
302
|
-
*vm = mulShift64(4 * m - 1 - mmShift, mul, j);
|
|
303
|
-
return mulShift64(4 * m, mul, j);
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
#else // !defined(HAS_UINT128) && !defined(HAS_64_BIT_INTRINSICS)
|
|
307
|
-
|
|
308
|
-
static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) {
|
|
309
|
-
// m is maximum 55 bits
|
|
310
|
-
uint64_t high1; // 128
|
|
311
|
-
const uint64_t low1 = umul128(m, mul[1], &high1); // 64
|
|
312
|
-
uint64_t high0; // 64
|
|
313
|
-
umul128(m, mul[0], &high0); // 0
|
|
314
|
-
const uint64_t sum = high0 + low1;
|
|
315
|
-
if (sum < high0) {
|
|
316
|
-
++high1; // overflow into high1
|
|
317
|
-
}
|
|
318
|
-
return shiftright128(sum, high1, j - 64);
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
// This is faster if we don't have a 64x64->128-bit multiplication.
|
|
322
|
-
static inline uint64_t mulShiftAll64(uint64_t m, const uint64_t* const mul, const int32_t j,
|
|
323
|
-
uint64_t* const vp, uint64_t* const vm, const uint32_t mmShift) {
|
|
324
|
-
m <<= 1;
|
|
325
|
-
// m is maximum 55 bits
|
|
326
|
-
uint64_t tmp;
|
|
327
|
-
const uint64_t lo = umul128(m, mul[0], &tmp);
|
|
328
|
-
uint64_t hi;
|
|
329
|
-
const uint64_t mid = tmp + umul128(m, mul[1], &hi);
|
|
330
|
-
hi += mid < tmp; // overflow into hi
|
|
331
|
-
|
|
332
|
-
const uint64_t lo2 = lo + mul[0];
|
|
333
|
-
const uint64_t mid2 = mid + mul[1] + (lo2 < lo);
|
|
334
|
-
const uint64_t hi2 = hi + (mid2 < mid);
|
|
335
|
-
*vp = shiftright128(mid2, hi2, (uint32_t) (j - 64 - 1));
|
|
336
|
-
|
|
337
|
-
if (mmShift == 1) {
|
|
338
|
-
const uint64_t lo3 = lo - mul[0];
|
|
339
|
-
const uint64_t mid3 = mid - mul[1] - (lo3 > lo);
|
|
340
|
-
const uint64_t hi3 = hi - (mid3 > mid);
|
|
341
|
-
*vm = shiftright128(mid3, hi3, (uint32_t) (j - 64 - 1));
|
|
342
|
-
} else {
|
|
343
|
-
const uint64_t lo3 = lo + lo;
|
|
344
|
-
const uint64_t mid3 = mid + mid + (lo3 < lo);
|
|
345
|
-
const uint64_t hi3 = hi + hi + (mid3 < mid);
|
|
346
|
-
const uint64_t lo4 = lo3 - mul[0];
|
|
347
|
-
const uint64_t mid4 = mid3 - mul[1] - (lo4 > lo3);
|
|
348
|
-
const uint64_t hi4 = hi3 - (mid4 > mid3);
|
|
349
|
-
*vm = shiftright128(mid4, hi4, (uint32_t) (j - 64));
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
return shiftright128(mid, hi, (uint32_t) (j - 64 - 1));
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
#endif // HAS_64_BIT_INTRINSICS
|
|
356
|
-
|
|
357
|
-
#endif // RYU_D2S_INTRINSICS_H
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
// Copyright 2018 Ulf Adams
|
|
2
|
-
//
|
|
3
|
-
// The contents of this file may be used under the terms of the Apache License,
|
|
4
|
-
// Version 2.0.
|
|
5
|
-
//
|
|
6
|
-
// (See accompanying file LICENSE-Apache or copy at
|
|
7
|
-
// http://www.apache.org/licenses/LICENSE-2.0)
|
|
8
|
-
//
|
|
9
|
-
// Alternatively, the contents of this file may be used under the terms of
|
|
10
|
-
// the Boost Software License, Version 1.0.
|
|
11
|
-
// (See accompanying file LICENSE-Boost or copy at
|
|
12
|
-
// https://www.boost.org/LICENSE_1_0.txt)
|
|
13
|
-
//
|
|
14
|
-
// Unless required by applicable law or agreed to in writing, this software
|
|
15
|
-
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
-
// KIND, either express or implied.
|
|
17
|
-
#ifndef RYU_DIGIT_TABLE_H
|
|
18
|
-
#define RYU_DIGIT_TABLE_H
|
|
19
|
-
|
|
20
|
-
// A table of all two-digit numbers. This is used to speed up decimal digit
|
|
21
|
-
// generation by copying pairs of digits into the final output.
|
|
22
|
-
static const char DIGIT_TABLE[200] = {
|
|
23
|
-
'0','0','0','1','0','2','0','3','0','4','0','5','0','6','0','7','0','8','0','9',
|
|
24
|
-
'1','0','1','1','1','2','1','3','1','4','1','5','1','6','1','7','1','8','1','9',
|
|
25
|
-
'2','0','2','1','2','2','2','3','2','4','2','5','2','6','2','7','2','8','2','9',
|
|
26
|
-
'3','0','3','1','3','2','3','3','3','4','3','5','3','6','3','7','3','8','3','9',
|
|
27
|
-
'4','0','4','1','4','2','4','3','4','4','4','5','4','6','4','7','4','8','4','9',
|
|
28
|
-
'5','0','5','1','5','2','5','3','5','4','5','5','5','6','5','7','5','8','5','9',
|
|
29
|
-
'6','0','6','1','6','2','6','3','6','4','6','5','6','6','6','7','6','8','6','9',
|
|
30
|
-
'7','0','7','1','7','2','7','3','7','4','7','5','7','6','7','7','7','8','7','9',
|
|
31
|
-
'8','0','8','1','8','2','8','3','8','4','8','5','8','6','8','7','8','8','8','9',
|
|
32
|
-
'9','0','9','1','9','2','9','3','9','4','9','5','9','6','9','7','9','8','9','9'
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
#endif // RYU_DIGIT_TABLE_H
|