5 lines
118 B
C++
5 lines
118 B
C++
#include "src/__support/macros/properties/cpu_features.h"
|
|
|
|
#ifndef LIBC_TARGET_CPU_HAS_AVX2
|
|
#error unsupported
|
|
#endif
|