# The first commit's message is:
authorBenedikt Huber <benedikt.huber@theobroma-systems.com>
Thu, 9 Oct 2014 13:52:10 +0000 (06:52 -0700)
committerZhang Xianyi <traits.zhang@gmail.com>
Tue, 11 Nov 2014 14:19:23 +0000 (22:19 +0800)
commit58c90d5937cc5cc225e96cc60457401c07e07165
tree9c63de3fcee56c8750b173bd11e7819817757f66
parent2987bc7b40e0538f38b130a5035a210fc4a89199
 # The first commit's message is:
Optimizations for APM's xgene-1 (aarch64).

1) general system updates to support armv8 better.  Make all did not work, one needed to supply TARGET=ARMV8.
2) sgem 4x4 kernel in assembler using SIMD, and configuration changes to use it.
3) strmm 4x4 kernel in C.  Since the sgem kernel does 4x4, the trmm kernel must also do 4xN.

Added Dave Nuechterlein to the contributors list.
CONTRIBUTORS.md
common_arm64.h
cpuid_arm64.c [new file with mode: 0644]
getarch.c
kernel/arm64/KERNEL.ARMV8
kernel/arm64/sgemm_kernel_4x4.S [new file with mode: 0644]
kernel/generic/trmmkernel_4x4.c [new file with mode: 0644]
param.h