[libc-commits] [PATCH] D127571: Initiating a RISC-V port of llvm-libc

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jun 13 11:03:57 PDT 2022


sivachandra added a subscriber: gchatelet.
sivachandra added a comment.

@gchatelet

> Can someone explain LLVM_LIBC_CACHELINE_SIZE ?

It is supposed to be the cache line size of the processor. As the comments here suggest, they are mostly best effort numbers: https://github.com/llvm/llvm-project/blob/main/libc/src/string/memory_utils/utils.h#L14


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127571



More information about the libc-commits mailing list