[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git] / libc / cmake / modules / cpu_features / check_AVX2.cpp
blob0761244137b14e4adaaa85e5b975d53dc450d29c
1 #include "src/__support/macros/properties/cpu_features.h"
3 #ifndef LIBC_TARGET_CPU_HAS_AVX2
4 #error unsupported
5 #endif