Rather than using a C implementation of memset, directly call memset, which
commitddcf6798d35beca3c4eec80ea448b57fd45558f4
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 27 Feb 2015 14:41:46 +0000 (27 14:41 +0000)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 27 Feb 2015 14:41:46 +0000 (27 14:41 +0000)
treeef2d72b01b83d428669e2d37f871b42d7878e4a0
parent49f476f4791ea6974a7f67bdc3251ab03822c2aa
Rather than using a C implementation of memset, directly call memset, which
typically has a much faster optimized implementation.
ChangeLog
string/bzero.c