Skip to content
Commit 4d56ab71 authored by Andrew Walbran's avatar Andrew Walbran
Browse files

Add library for core memory routines.

The Rust compiler may emit calls to memcmp, memcpy, memmove and memset.
Usually these come from libc, but in bare-metal binaries they must be
provided somewhere. For now we only use bare-metal rust on aarch64, so
the Arm optimized-routines implementation seems like the best choice.

Bug: 223166344
Test: atest vmbase_example.integration_test
Change-Id: Id2439208160411dcde12be76fbaa22c30c24b81d
parent 9f0a2812
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment