https://github.com/rigtorp/isatomic
Test if AVX vector loads and stores are atomic
https://github.com/rigtorp/isatomic
Last synced: about 2 months ago
JSON representation
Test if AVX vector loads and stores are atomic
- Host: GitHub
- URL: https://github.com/rigtorp/isatomic
- Owner: rigtorp
- License: mit
- Created: 2020-06-03T23:11:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T00:59:53.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T00:31:28.869Z (about 2 months ago)
- Language: C++
- Homepage: https://rigtorp.se/isatomic/
- Size: 5.86 KB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isatomic
*isatomic* is a tool to test if AVX vector loads and stores are atomic.
See https://rigtorp.se/isatomic/ for an article investigating the behavior of
the AVX loads and stores on different microarchitectures.