commit | 80c535b7623e1d7567ac29c3fc9972720c7fede9 | [log] [tgz] |
---|---|---|
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | Tue Aug 06 14:14:22 2019 -0300 |
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | Fri Aug 23 10:21:31 2019 -0300 |
tree | 2ea9e1a061f968538c4e4887426da3b490c02a89 | |
parent | f658ccad26aeff6e1f1f7d3064052b4d328f9852 [diff] |
Import arm strcpy The differences from cortex-strings are: - Simplify the thumb-2/thumb selection by removing the usage of PREFER_SIZE_OVER_SPEED and __OPTIMIZE_SIZE__. - Removed the dumb byte-per-byte loops.