2023-02-07 20:43:33 +00:00

6 lines
107 B
C++

#include "src/__support/macros/cpu_features.h"
#ifndef LIBC_TARGET_CPU_HAS_AVX2
#error unsupported
#endif