6 lines
113 B
C++
6 lines
113 B
C++
|
#include "src/__support/macros/properties/float.h"
|
||
|
|
||
|
#ifndef LIBC_COMPILER_HAS_FLOAT128
|
||
|
#error unsupported
|
||
|
#endif
|