1#include "src/__support/macros/properties/cpu_features.h"
2
3#ifndef LIBC_TARGET_CPU_HAS_SSE4_2
4#error unsupported
5#endif
6

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of libc/cmake/modules/cpu_features/check_SSE4_2.cpp