We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf39e5 commit f5db241Copy full SHA for f5db241
libc/utils/FPUtil/CMakeLists.txt
@@ -8,11 +8,14 @@ add_header_library(
8
fputil
9
HDRS
10
${LONG_DOUBLE_HDR}
11
+ BasicOperations.h
12
BitPatterns.h
13
+ ClassificationFunctions.h
14
FloatOperations.h
15
FloatProperties.h
16
FPBits.h
17
ManipulationFunctions.h
18
+ NearestIntegerOperations.h
19
DEPENDS
20
libc.utils.CPP.standalone_cpp
21
)
libc/utils/FPUtil/LongDoubleBitsX86.h
@@ -9,7 +9,7 @@
#ifndef LLVM_LIBC_UTILS_FPUTIL_LONG_DOUBLE_BITS_X86_H
#define LLVM_LIBC_UTILS_FPUTIL_LONG_DOUBLE_BITS_X86_H
-#include "utils/FPUtil/FPBits.h"
+#include "FPBits.h"
#include <stdint.h>
0 commit comments