DynamoRIO / DynamoRIO/dynamorio
Add Windows support for AVX/AVX-512 detection in cmake.
Open
Component-Build
Component-Tests
OpSys-Windows
OpSys-x64
OpSys-x86
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
This issue covers two items:
1) Currently, the flags proc_supports_avx and proc_supports_avx512 are set only in UNIX. We need support for Windows in check_avx_processor_and_compiler_support and check_avx512_processor_and_compiler_support.
2) unit_test covering AVX/AVX-512 related code is UNIX specific as well. For example it is using UNIX specific compiler options. Also needs support for Windows.
xref #1312
Contributor guide
Assessment
This issue has not been assessed yet.