Skip to content
/ intx Public

Extended precision integer C++ library

License

Notifications You must be signed in to change notification settings

chfast/intx

Folders and files

NameName
Last commit message
Last commit date
Aug 4, 2024
Sep 21, 2021
Jan 9, 2025
Jan 9, 2025
Oct 9, 2024
Feb 17, 2021
Jan 8, 2025
Jun 17, 2020
Oct 9, 2024
Oct 9, 2024
Dec 13, 2017
Apr 25, 2023
Apr 22, 2023
Jan 8, 2025
Mar 1, 2021
Mar 9, 2022

Repository files navigation

intx

readme style: standard GitPOAP Badge

Extended precision integer C++ library

The intx header-only C++20 library provides allocation-free extended precision integer types. They are implemented as arrays of std::uint64_t words and closely match the behavior of built-in types.

Usage

To build, test or benchmark.

git clone https://github.com/chfast/intx
cd intx

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel

build/test/intx-unittests
build/test/intx-bench

Maintainer

Paweł Bylica @chfast

License

Licensed under the Apache License, Version 2.0.