https://github.com/psychob/fast-float-sign-benchmark
https://github.com/psychob/fast-float-sign-benchmark
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psychob/fast-float-sign-benchmark
- Owner: psychob
- License: mpl-2.0
- Created: 2020-01-05T20:32:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T18:57:22.000Z (over 6 years ago)
- Last Synced: 2025-01-19T16:15:06.435Z (over 1 year ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fast-float-sign-benchmark
-------------------------
(c) 2020 Andrzej Budzanowski
# Installation
Fetch this library, don't forget to clone it recursively.
# Running
```sh
cmake .
make fast_float_sign_extract
./fast_float_sign_extract
```