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