DynamoRIO / DynamoRIO/dynamorio
AVX512 usage symbol is redundant on non-x86 builds
Open
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
dr_api.h defines the symbol `_DR_CLIENT_AVX512_CODE_IN_USE_` (as true or false) on all platforms, but on non-x86 platforms it is redundant and need not be defined at all.
Contributor guide
Assessment
This issue has not been assessed yet.