add actual folly implementation of memcpy

This commit is contained in:
Brendan Hansknecht 2023-06-01 21:34:42 -07:00
parent 77624f627b
commit 0e2c3e4723
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
4 changed files with 460 additions and 3 deletions

View file

@ -0,0 +1,2 @@
pub const memcpy_prefetchw = @import("folly/memcpy.zig").__folly_memcpy_prefetchw;
pub const memcpy_prefetcht0 = @import("folly/memcpy.zig").__folly_memcpy_prefetcht0;