~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to src/linaro-a9/memcpy.S

  • Committer: Will Newton
  • Date: 2013-09-09 08:56:28 UTC
  • Revision ID: will.newton@linaro.org-20130909085628-0di6gjmdro17sqmw
memcpy: Fix comment relating to alignment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
        vmov.f32        s0, s0
254
254
#endif
255
255
 
256
 
        /* SRC and DST have the same mutual 32-bit alignment, but we may
 
256
        /* SRC and DST have the same mutual 64-bit alignment, but we may
257
257
           still need to pre-copy some bytes to get to natural alignment.
258
 
           We bring DST into full 64-bit alignment.  */
 
258
           We bring SRC and DST into full 64-bit alignment.  */
259
259
        lsls    tmp2, dst, #29
260
260
        beq     1f
261
261
        rsbs    tmp2, tmp2, #0