6 lines
111 B
C++
6 lines
111 B
C++
#include "src/__support/macros/cpu_features.h"
|
|
|
|
#ifndef LIBC_TARGET_CPU_HAS_AVX512BW
|
|
#error unsupported
|
|
#endif
|