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

« back to all changes in this revision

Viewing changes to reference/bionic/memcpy.S

  • Committer: Michael Hope
  • Date: 2012-06-12 03:32:50 UTC
  • Revision ID: michael.hope@linaro.org-20120612033250-zdptxylw1km0zrhl
Added function type attributes to all reference assembly versions.

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
 
#define HAVE_32_BYTE_CACHE_LINE
 
29
//#define HAVE_32_BYTE_CACHE_LINE
31
30
 
32
31
#if defined(__ARM_NEON__)
33
32
 
34
 
        .text
35
33
        .fpu    neon
36
 
        .global memcpy
37
 
        .type memcpy, %function
38
 
        .align 4
 
34
        .global memcpy
 
35
        .type memcpy, %function
 
36
        .text
39
37
 
40
38
#ifdef HAVE_32_BYTE_CACHE_LINE
41
39
/* a prefetch distance of 2 cache-lines */