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

6 lines
110 B
C++

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