summaryrefslogtreecommitdiff
path: root/firmware/asm/arm/memset.S (follow)
Commit message (Collapse)AuthorAge
* Fix arm memset() handling of negative argumentsFranklin Wei2017-07-27
| | | | | | | This fixes the sgt-mines plugin. Same issue was present in an old glibc as well: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=a7ed1adbecb6aac49af75aae3b3498798cf63abc
* Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz2012-01-22
using the new automatic-asm-picking infrastructure.