[libc-commits] [libc] [libc] Fix all imports of src/string/memory_utils (PR #114939)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Feb 4 09:07:04 PST 2025
================
@@ -150,6 +153,7 @@ add_header_library(
DEPENDS
libc.src.__support.common
libc.src.__support.macros.optimization
+ libc.src.__support.macros.properties.cpu_features
----------------
nickdesaulniers wrote:
huh, oh, sorry, did I not unfold the diff in github UI? Anyways, my mistake; for some reason I think this hunk was being added to PolyEval, not nearest_integer.
Ok, I'll approve this once I test it quickly locally, but LGTM.
https://github.com/llvm/llvm-project/pull/114939
More information about the libc-commits
mailing list