diff options
Diffstat (limited to 'target-arm/neon_helper.c')
-rw-r--r-- | target-arm/neon_helper.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c index c8ab2b4ac2..edc6e11ee2 100644 --- a/target-arm/neon_helper.c +++ b/target-arm/neon_helper.c @@ -1,3 +1,11 @@ +/* + * ARM NEON vector operations. + * + * Copyright (c) 2007, 2008 CodeSourcery. + * Written by Paul Brook + * + * This code is licenced under the GNU GPL v2. + */ #include <stdlib.h> #include <stdio.h> |