Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czaki/cpu_operation_performance
https://github.com/czaki/cpu_operation_performance
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/czaki/cpu_operation_performance
- Owner: Czaki
- Created: 2024-11-25T09:50:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T12:51:02.000Z (about 2 months ago)
- Last Synced: 2024-11-25T13:37:33.447Z (about 2 months ago)
- Language: C++
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPU operation performance
This is a simple benchmark to compare the performance of different CPU operations. The operations are:
1. Addition
2. Subtraction
3. Multiplication
4. Division
5. Square rootCode is based on https://lemire.me/blog/2023/03/21/counting-cycles-and-instructions-on-arm-based-apple-systems/