https://github.com/unikraft/lib-intx
Unikraft port of intx, an extended precision integer library
https://github.com/unikraft/lib-intx
intx library math unikraft
Last synced: about 2 months ago
JSON representation
Unikraft port of intx, an extended precision integer library
- Host: GitHub
- URL: https://github.com/unikraft/lib-intx
- Owner: unikraft
- License: other
- Created: 2019-11-11T09:35:10.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:55:07.000Z (over 1 year ago)
- Last Synced: 2025-01-19T04:12:37.887Z (3 months ago)
- Topics: intx, library, math, unikraft
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 11
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
intx for Unikraft
===================This is the port of intx for Unikraft as external library.
## Build
intx depends on the following libraries, that need to be added to `Makefile` in this order:
* CXX standard library, e.g. `libunwind`, `compiler-rt`, `libcxxabi`, `libcxx`
* `libc`, e.g. `newlib`
* `googletest` when building the unittestsPlease refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.