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

via libc-commits libc-commits at lists.llvm.org
Tue Dec 12 11:29:45 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.
+// The semantics is valid if 'src' and 'dst' are equal but undefined if the
----------------
michaelrj-google wrote:

nit: semantics are valid

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


More information about the libc-commits mailing list