https://github.com/lemire/fast_float_supplemental_tests
Supplemental tests for the fast_float library (credit: Nigel Tao)
https://github.com/lemire/fast_float_supplemental_tests
Last synced: 5 months ago
JSON representation
Supplemental tests for the fast_float library (credit: Nigel Tao)
- Host: GitHub
- URL: https://github.com/lemire/fast_float_supplemental_tests
- Owner: lemire
- Created: 2020-10-30T19:03:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T20:22:04.000Z (over 5 years ago)
- Last Synced: 2025-08-05T22:23:20.210Z (12 months ago)
- Language: C++
- Size: 77.2 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fast_float_supplemental_tests
Supplemental tests for the fast_float library (credit: Nigel Tao for the data)
```
cmake -B build
cmake --build build
cd build
ctest
```