diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-31 03:49:05 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-31 03:49:05 +0000 |
commit | e677137d996983b614c6612e9c09cb7742169045 (patch) | |
tree | 5eb10782c7bfc637fb018d676399c4a1cd8d0c11 /target-arm/neon_helper.c | |
parent | ad69471ce5e1284e1cacd053bb0fe8d6175a2f9e (diff) | |
download | qemu-e677137d996983b614c6612e9c09cb7742169045.tar.gz qemu-e677137d996983b614c6612e9c09cb7742169045.tar.bz2 qemu-e677137d996983b614c6612e9c09cb7742169045.zip |
ARM TCG conversion 15/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4152 c046a42c-6fe2-441c-8c8c-71466251a162
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> |