New functions: Matrix transpose and identity matrix routines.
authorRamin Zaghi <ramin@arm.com>
Wed, 4 Apr 2012 17:18:10 +0000 (17:18 +0000)
committerRamin Zaghi <ramin@arm.com>
Wed, 4 Apr 2012 17:18:10 +0000 (17:18 +0000)
commitb802c2d49172b425d53cad412169b0a599523ef2
treec7c082db7d2085382014c6e158d1d02690b9c1a8
parent956e1f7553323c865aaf9a7a5ebda212721af4ce
New functions: Matrix transpose and identity matrix routines.
16 files changed:
Makefile
NE10_init.c
headers/unit_test_identitymat_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_identitymat.asm.s [new file with mode: 0644]
source/NE10_identitymat.c [new file with mode: 0644]
source/NE10_identitymat.neon.s [new file with mode: 0644]
source/NE10_identitymat_test.c [new file with mode: 0644]
source/NE10_transmat.asm.s [new file with mode: 0644]
source/NE10_transmat.c [new file with mode: 0644]
source/NE10_transmat.neon.s [new file with mode: 0644]
source/NE10_transmat_test.c [new file with mode: 0644]