[libc-commits] [libc] [libc][math] small typo (PR #193349)

via libc-commits libc-commits at lists.llvm.org
Tue Apr 21 15:48:28 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Kiriti Ponduri  (udaykiriti)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/193349.diff


1 Files Affected:

- (modified) libc/src/__support/math/cosf.h (+2-2) 


``````````diff
diff --git a/libc/src/__support/math/cosf.h b/libc/src/__support/math/cosf.h
index 4893a436e331e..f6ead968ac26e 100644
--- a/libc/src/__support/math/cosf.h
+++ b/libc/src/__support/math/cosf.h
@@ -170,6 +170,6 @@ LIBC_INLINE constexpr float cosf(float x) {
 
 } // namespace LIBC_NAMESPACE_DECL
 
-#endif // LLVM_LIBC_SRC___SUPPORT_MATH_COSF_H
-
 #endif // LIBC_MATH_HAS_INTERMEDIATE_COMP_IN_FLOAT
+
+#endif // LLVM_LIBC_SRC___SUPPORT_MATH_COSF_H

``````````

</details>


https://github.com/llvm/llvm-project/pull/193349


More information about the libc-commits mailing list