New functions: Matrix transpose and identity matrix routines.
authorRamin Zaghi <ramin@arm.com>
Wed, 4 Apr 2012 17:23:52 +0000 (17:23 +0000)
committerRamin Zaghi <ramin@arm.com>
Wed, 4 Apr 2012 17:23:52 +0000 (17:23 +0000)
source/NE10_addmat_test.c
source/NE10_detmat_test.c
source/NE10_identitymat_test.c
source/NE10_invmat_test.c
source/NE10_mulcmatvec_test.c
source/NE10_mulmat.neon.s
source/NE10_mulmat_test.c
source/NE10_submat_test.c
source/NE10_transmat_test.c

index 020453f..2aff75f 100644 (file)
@@ -18,8 +18,6 @@
  * NE10 Library : source/NE10_addmat_test.c
  */
 
-// TODO: Apply some sort of self-verifying method to the test system.
-
 //Make sure the following are defined before including "unit_test.h"
 
 // length of the data arrays
index f08da20..731d487 100644 (file)
@@ -18,8 +18,6 @@
  * NE10 Library : source/NE10_detmat_test.c
  */
 
-// TODO: Apply some sort of self-verifying method to the test system.
-
 //Make sure the following are defined before including "unit_test.h"
 
 // length of the data arrays
index 1da0878..79dd8c0 100644 (file)
@@ -18,8 +18,6 @@
  * NE10 Library : source/NE10_identitymat_test.c
  */
 
-// TODO: Apply some sort of self-verifying method to the test system.
-
 //Make sure the following are defined before including "unit_test.h"
 
 // length of the data arrays
index dd11cfb..c280313 100644 (file)
@@ -18,8 +18,6 @@
  * NE10 Library : source/NE10_invmat_test.c
  */
 
-// TODO: Apply some sort of self-verifying method to the test system.
-
 //Make sure the following are defined before including "unit_test.h"
 
 // length of the data arrays
index 336dce4..9e56fff 100644 (file)
@@ -18,8 +18,6 @@
  * NE10 Library : source/NE10_mulcmatvec_test.c
  */
 
-// TODO: Apply some sort of self-verifying method to the test system.
-
 //Make sure the following are defined before including "unit_test.h"
 
 // length of the data arrays
index 0711990..458ba37 100644 (file)
@@ -1,4 +1,25 @@
-@ COPYRIGHT NOTICE TBD NOT FOR RELEASE
+@
+@  Copyright 2011-12 ARM Limited
+@
+@  Licensed under the Apache License, Version 2.0 (the "License");
+@  you may not use this file except in compliance with the License.
+@  You may obtain a copy of the License at
+@
+@      http://www.apache.org/licenses/LICENSE-2.0
+@
+@  Unless required by applicable law or agreed to in writing, software
+@  distributed under the License is distributed on an "AS IS" BASIS,
+@  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@  See the License for the specific language governing permissions and
+@  limitations under the License.
+@
+
+@
+@ NE10 Library : source/NE10_mulmat.neon.s
+@
+
+
+
 
         .text
         .syntax   unified
index a62e5ec..0bad1cb 100644 (file)
@@ -18,8 +18,6 @@
  * NE10 Library : source/NE10_mulmat_test.c
  */
 
-// TODO: Apply some sort of self-verifying method to the test system.
-
 //Make sure the following are defined before including "unit_test.h"
 
 // length of the data arrays
index ea3fe47..d675b0c 100644 (file)
@@ -18,8 +18,6 @@
  * NE10 Library : source/NE10_submat_test.c
  */
 
-// TODO: Apply some sort of self-verifying method to the test system.
-
 //Make sure the following are defined before including "unit_test.h"
 
 // length of the data arrays
index 465862a..da0afee 100644 (file)
@@ -18,8 +18,6 @@
  * NE10 Library : source/NE10_transmat_test.c
  */
 
-// TODO: Apply some sort of self-verifying method to the test system.
-
 //Make sure the following are defined before including "unit_test.h"
 
 // length of the data arrays