[libc-commits] [PATCH] D142398: [libc][NFC] Another round of replacement of static inline with LIBC_INLINE.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jan 23 13:10:34 PST 2023


sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142398

Files:
  libc/src/__support/FPUtil/FPBits.h
  libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/explogxf.h
  libc/src/math/generic/inv_trigf_utils.h
  libc/src/math/generic/math_utils.h
  libc/src/math/generic/range_reduction.h
  libc/src/math/generic/range_reduction_fma.h
  libc/src/math/generic/sincosf_utils.h
  libc/src/pthread/CMakeLists.txt
  libc/src/pthread/pthread_mutexattr.h
  libc/src/signal/linux/signal_utils.h
  libc/src/string/CMakeLists.txt
  libc/src/string/memory_utils/README.md
  libc/src/string/memory_utils/bzero_implementations.h
  libc/src/string/memory_utils/memset_implementations.h
  libc/src/string/memory_utils/op_aarch64.h
  libc/src/string/memory_utils/op_builtin.h
  libc/src/string/memory_utils/op_generic.h
  libc/src/string/memory_utils/op_x86.h
  libc/src/string/memory_utils/utils.h
  libc/src/string/string_utils.h
  libc/src/time/time_utils.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142398.491489.patch
Type: text/x-patch
Size: 57123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230123/71581962/attachment-0001.bin>


More information about the libc-commits mailing list