New functions: Matrix-vector multiplication routines.
authorRamin Zaghi <ramin@arm.com>
Wed, 4 Apr 2012 15:19:58 +0000 (15:19 +0000)
committerRamin Zaghi <ramin@arm.com>
Wed, 4 Apr 2012 15:19:58 +0000 (15:19 +0000)
commitc59ddaeb75e0d92c83e129df15adc256f2f8d5f1
treed8578a5a5d8d40822469268d73cb36f83bbc99ff
parent9a1b46da1d7b2c711a2e6c69e5911345c1449fac
New functions: Matrix-vector multiplication routines.
13 files changed:
Makefile
NE10_init.c
headers/macros.h
headers/unit_test_mulcmatvec_operation_x.h [new file with mode: 0644]
inc/NE10.h
inc/NE10_asm.h
inc/NE10_c.h
inc/NE10_neon.h
projectfile
source/NE10_mulcmatvec.asm.s [new file with mode: 0644]
source/NE10_mulcmatvec.c [new file with mode: 0644]
source/NE10_mulcmatvec.neon.s [new file with mode: 0644]
source/NE10_mulcmatvec_test.c [new file with mode: 0644]