https://github.com/alex313031/check_simd
Simple, cross platform command line SIMD checker with logger, written in C++.
https://github.com/alex313031/check_simd
Last synced: 16 days ago
JSON representation
Simple, cross platform command line SIMD checker with logger, written in C++.
- Host: GitHub
- URL: https://github.com/alex313031/check_simd
- Owner: Alex313031
- License: bsd-3-clause
- Created: 2024-12-12T01:12:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-10T03:56:53.000Z (4 months ago)
- Last Synced: 2025-09-20T04:36:22.110Z (19 days ago)
- Language: C++
- Size: 3.09 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# check_simd
Simple, cross platform command line SIMD checker with logger, written in C++.
It uses libhighway for dyanmic dispatch:
https://github.com/google/highway/blob/master/g3doc/quick_reference.mdThis also has a handy little logger that could be used as a library.
Currently simply a command line program for Linux and Windows, that checks
if the CPU on the currently running system supports:---------------------------------------------------------------------------------------------------------
| AVX | AVX | https://www. |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
---------------------------------------------------------------------------------------------------------The logging.h and logging.cc could be imported into a program. Usage is as follows: