[libc-commits] [libc] [libc] Make BigInt bit_cast-able to compatible types (PR #75063)

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Mon Dec 11 07:52:50 PST 2023


================
@@ -25,6 +25,27 @@ namespace LIBC_NAMESPACE::cpp {
 #define LLVM_LIBC_HAS_BUILTIN_MEMCPY_INLINE
 #endif
 
+// Performs a copy from 'src' to 'dst' of 'size' bytes.
----------------
gchatelet wrote:

This code if moved from libc/src/string/memory_utils/utils.h`below.

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


More information about the libc-commits mailing list