xref: /llvm-project/libc/cmake/modules/compiler_features/check_fixed_point.cpp (revision 73aab2f69773324ef0250f093bd4d782beee921a)
1 #include "include/llvm-libc-macros/stdfix-macros.h"
2 
3 #ifndef LIBC_COMPILER_HAS_FIXED_POINT
4 #error unsupported
5 #endif
6