[libc-commits] [libc] [libc] cbrtf guard to sync with general format (PR #188207)

via libc-commits libc-commits at lists.llvm.org
Tue Mar 24 03:01:42 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Zorojuro (Sukumarsawant)

<details>
<summary>Changes</summary>

This PR intends to make the cbrtf guard sync with the general format. which was found during refactoring cbrtbf16.


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


1 Files Affected:

- (modified) libc/shared/math/cbrtf.h (+2-2) 


``````````diff
diff --git a/libc/shared/math/cbrtf.h b/libc/shared/math/cbrtf.h
index 09b86bed3fb7e..c00b858d5079d 100644
--- a/libc/shared/math/cbrtf.h
+++ b/libc/shared/math/cbrtf.h
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LIBC_SHARED_MATH_CBRTF_H
-#define LIBC_SHARED_MATH_CBRTF_H
+#ifndef LLVM_LIBC_SHARED_MATH_CBRTF_H
+#define LLVM_LIBC_SHARED_MATH_CBRTF_H
 
 #include "shared/libc_common.h"
 #include "src/__support/math/cbrtf.h"

``````````

</details>


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


More information about the libc-commits mailing list