xref: /llvm-project/libc/cmake/modules/compiler_features/check_float16.cpp (revision 0eb9e021b15f477b796a6aaed94c94887f19171c)
1*0eb9e021SOverMighty #include "include/llvm-libc-macros/float16-macros.h"
2*0eb9e021SOverMighty 
3*0eb9e021SOverMighty #ifndef LIBC_TYPES_HAS_FLOAT16
4*0eb9e021SOverMighty #error unsupported
5*0eb9e021SOverMighty #endif
6