Universal v3.99
Universal Numbers Library v3.99
What's New
Changes since v3.98:
- V3.99: supporting cross-platform BlockType == uint64_t (#511)
- Fix Clang compile warnings from 3.98 (#510)
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
- Fix Clang compile warnings from 3.98 by @loren-osborn in https://github.com/stillwater-sc/universal/pull/510
- V3.99: supporting cross-platform BlockType == uint64_t by @Ravenwater in https://github.com/stillwater-sc/universal/pull/511
Full Changelog: https://github.com/stillwater-sc/universal/compare/v3.98...v3.99