summaryrefslogtreecommitdiff
path: root/firmware/asm/memmove.c (follow)
Commit message (Collapse)AuthorAge
* Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is alreadyMatthias Mohr2017-01-15
| | | | | | | | | | defined in mingw environments. Renamed defines of UNALIGNED to ROCKBOX_UNALIGNED so that they don't conflict with definitions in mingw32 cross-compiling environments (defined in _mingw.h). Change-Id: I369848c0f507e6bf5ff9ab4a60663bbbda6edc52
* Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz2012-01-22
using the new automatic-asm-picking infrastructure.