Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e7b447e5 authored by Joonwoo Park's avatar Joonwoo Park
Browse files

arm64: optimize memcpy_{from,to}io() and memset_io()



Optimize memcpy_{from,to}io() and memset_io() by transferring in 64 bit
as much as possible with minimized barrier usage.  This simplest
optimization brings faster throughput compare to current byte-by-byte read
and write with barrier in the loop.  Code's skeleton is taken from the
powerpc.

Change-Id: I0fa7b172b1a5caa5e0897c47a53636b20cd6df2c
Signed-off-by: default avatarJoonwoo Park <joonwoop@codeaurora.org>
parent 6eb2af6d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment