[libc-commits] [PATCH] D127088: [libc][math] Separated builtin function in special FPUtils header.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jun 6 07:03:11 PDT 2022


lntue accepted this revision.
lntue added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/src/__support/FPUtil/builtin_wrappers.h:10
+
+#ifndef LLVM_LIBC_SRC_SUPPORT_FPUTIL_CLZ_H
+#define LLVM_LIBC_SRC_SUPPORT_FPUTIL_CLZ_H
----------------
Update header guard to match file name.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127088/new/

https://reviews.llvm.org/D127088



More information about the libc-commits mailing list