Files
clang-p2996/libc/cmake/modules/cpu_features/check_FullFP16.cpp

6 lines
122 B
C++

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