gcem
- Ebuilds: 1, Testing: 1.18.0 Description:
GCE-Math is a header-only C++ library implementing a suite of
mathematical functions usable at compile time via generalized
constant expressions (constexpr).
Homepage:https://github.com/kthohr/gcem License: Apache-2.0
safeint
- Ebuilds: 2, Testing: 3.24 Description:
SafeInt is a header-only C++ template class library that provides
integer overflow guards on arithmetic operations. Originally
Microsoft-internal, now MIT-licensed at github.com/dcleblanc/SafeInt.
Used as a build-time dep of sci-libs/onnxruntime (graph compiler's
index arithmetic) and the broader sentencepiece / protobuf stacks.
Forked from ::guru @ same version; ebuild + 4 patches (install
rules, optional/broken tests, strip -O3) imported verbatim.
Homepage:https://github.com/dcleblanc/SafeInt License: MIT