mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 03:44:59 +00:00
6 lines
121 B
C++
6 lines
121 B
C++
#include "src/__support/macros/properties/cpu_features.h"
|
|
|
|
#ifndef LIBC_TARGET_CPU_HAS_AVX512F
|
|
#error unsupported
|
|
#endif
|