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 d27b971 commit 071ac62Copy full SHA for 071ac62
libc/src/__support/math/exp10f16_utils.h
@@ -6,8 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#ifndef LLVM_LIBC_SRC___SUPPORT_MATH_EXP_FLOAT_CONSTANTS_H
10
-#define LLVM_LIBC_SRC___SUPPORT_MATH_EXP_FLOAT_CONSTANTS_H
+#ifndef LLVM_LIBC_SRC___SUPPORT_MATH_EXP10F16_UTILS_H
+#define LLVM_LIBC_SRC___SUPPORT_MATH_EXP10F16_UTILS_H
11
12
#include "include/llvm-libc-macros/float16-macros.h"
13
@@ -61,4 +61,4 @@ exp10_range_reduction(float16 x) {
61
62
#endif // LIBC_TYPES_HAS_FLOAT16
63
64
-#endif // LLVM_LIBC_SRC___SUPPORT_MATH_EXP10F16_H
+#endif // LLVM_LIBC_SRC___SUPPORT_MATH_EXP10F16_UTILS_H
0 commit comments