Added MSA optimization for GEMV_N, GEMV_T, ASUM, DOT functions

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
This commit is contained in:
Shivraj Patil
2016-07-15 18:38:25 +05:30
parent 9e44f3ddd0
commit beb1d076a4
23 changed files with 6705 additions and 20 deletions

View File

@@ -2174,7 +2174,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define SYMV_P 16
#endif
#if defined(I6400)
#if defined(I6400) || defined(P6600)
#define SNUMOPT 2
#define DNUMOPT 2
@@ -2190,7 +2190,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CGEMM_DEFAULT_UNROLL_M 8
#define CGEMM_DEFAULT_UNROLL_N 4
#define ZGEMM_DEFAULT_UNROLL_M 4
#define ZGEMM_DEFAULT_UNROLL_N 4