Universal v3.96
Universal Numbers Library v3.96
What's New
Changes since v3.95:
- V3.96: mixed-precision ArXiv paper prep and UNUM2 number system (#506)
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.96: mixed-precision ArXiv paper prep and UNUM2 number system by @Ravenwater in https://github.com/stillwater-sc/universal/pull/506
Full Changelog: https://github.com/stillwater-sc/universal/compare/v3.95...v3.96