Skip to content

Commit b9f09e9

Browse files
committed
Keep using types.h for now in float128 detection
1 parent ed3971e commit b9f09e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/cmake/modules/compiler_features/check_float128.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "include/llvm-libc-types/float128.h"
1+
#include "src/__support/macros/properties/types.h"
22

33
#ifndef LIBC_COMPILER_HAS_FLOAT128
44
#error unsupported

0 commit comments

Comments
 (0)