Universal v3.98
Universal Numbers Library v3.98
What's New
Changes since v3.97:
- V3.98: posit v1 to posit v2 transition and adding arm64, PPC, and MINGW as cross-platform targets (#508)
Installation
Universal is a header-only C++ template library. To use:
find_package(UNIVERSAL CONFIG REQUIRED)
target_link_libraries(your_target universal::universal)
Or simply add include/sw to your include path.
Requirements
- C++20 compatible compiler (GCC 10+, Clang 12+, MSVC 2019+)
- CMake 3.16+
What's Changed
- V3.98: posit v1 to posit v2 transition and adding arm64, PPC, and MINGW as cross-platform targets by @Ravenwater in https://github.com/stillwater-sc/universal/pull/508
Full Changelog: https://github.com/stillwater-sc/universal/compare/v3.97...v3.98