[core] use memcpy instead of hand rolling aligned cases #2639
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "memory-use-memcpy-4rw"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hand rolling memcpy like this is always frowned upon because the compiler has more insight on whats going on (plus the code resolves to a worse version of itself on assembly). This removes some branches that are just straight up redundant. May save stuff especially for systems without fastmem enabled.
Signed-off-by: lizzie lizzie@eden-emu.dev
6e3a943e74
to613ffac2b9
Build failed, check:
#2639
613ffac2b9
to91432e336a
b332ce0e51
to90961d3695
90961d3695
toec56567886
ec56567886
to73a043f64b
73a043f64b
tobf4e271cb3
bf4e271cb3
to0c751bd96d
0c751bd96d
tof58a7f1ca3
f58a7f1ca3
toacc93cb564
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.