~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-04-03 16:25:33 UTC
  • Revision ID: will.newton@linaro.org-20130403162533-0e0wxbppwk8utfm7
Update memcpy comments after testing on big endian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
 
31
 
   This memcpy routine is optimised for Cortex-A cores and takes advantage
 
31
   This memcpy routine is optimised for Cortex-A15 cores and takes advantage
32
32
   of VFP or NEON when built with the appropriate flags.
33
33
 
34
34
   Assumptions:
37
37
    ARM state
38
38
    Unaligned accesses
39
39
    LDRD/STRD support unaligned word accesses
40
 
    Not tested on big-endian
41
40
 
42
41
 */
43
42