aboutsummaryrefslogtreecommitdiff
path: root/libc/cmake/modules/cpu_features/check_AVX2.cpp
blob: 0761244137b14e4adaaa85e5b975d53dc450d29c (plain)
1
2
3
4
5
#include "src/__support/macros/properties/cpu_features.h"

#ifndef LIBC_TARGET_CPU_HAS_AVX2
#error unsupported
#endif