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

« back to all changes in this revision

Viewing changes to reference/bionic/memcpy.S

  • Committer: Michael Hope
  • Date: 2011-08-31 23:52:54 UTC
  • Revision ID: michael.hope@linaro.org-20110831235254-ulhm5l7qhhl16kty
Updated the Bionc reference to android-2.3.5_r1

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * SUCH DAMAGE.
27
27
 */
28
28
 
 
29
#define __ARM_NEON__
 
30
 
29
31
#if defined(__ARM_NEON__)
 
32
 
30
33
        .text
31
34
        .fpu    neon
32
35