forked from modular/mojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Stdlib] Move the memcpy implementation to operate on Pointer (#34391)
This switches the code so that the memcpy implementatino operates on Pointer with the DTypePointer overload just performing the forwarding. This simplifies the code a bit and sets the stage for us to enable memcpy on static shapes. modular-orig-commit: ab091589aca0e2d1c062762ebedae08f1021e40c
- Loading branch information
Showing
1 changed file
with
38 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters