v2.0.0
What's Changed
- Improve Overview and Readme by @mborland in #336
- Add additional modules testing by @mborland in #339
- Allow explicit operations only between int128_t and uint128_t by @mborland in #340
- Add
int128_tsupport for Boost.Random by @mborland in #344 - Add CUDA support for fundamental operations by @mborland in #346
- Add CUDA testing of bitwise operations by @mborland in #350
- Add cuda testing of functions by @mborland in #355
- Add CUDA testing of cstdlib functions by @mborland in #356
- Add CUDA testing of all comparison operators by @mborland in #359
- Add CUDA testing of conversion functions by @mborland in #360
- Add CUDA testing of functions by @mborland in #358
- Add and test CUDA support to charconv functions by @mborland in #361
- Add testing of literals with CUDA devices by @mborland in #362
- Fix CUDA selection macro by @mborland in #364
- Disable
std::is_constant_evaluatedon device and expand CUDA testing by @mborland in #366 - Replace deprecated find CUDA module by @mborland in #368
- Fix
std::showbasevsstd::noshowbaseby @mborland in #371 - Add CUDA usage example by @mborland in #372
- Fix bug in division of minimum value by @mborland in #378
- Fix useless cast from decimal by @mborland in #380
New Contributors
- @dependabot[bot] made their first contribution in #341
Full Changelog: v1.6.1...v2.0.0