File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -823,6 +823,23 @@ if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSS
823
823
set (CGEMM3M_UNROLL_N 4 )
824
824
set (ZGEMM3M_UNROLL_M 4 )
825
825
set (ZGEMM3M_UNROLL_N 4 )
826
+ elseif ("${TCORE} " STREQUAL "ARMV5" )
827
+ file (APPEND ${TARGET_CONF_TEMP}
828
+ "#define L1_DATA_SIZE\t 65536\n "
829
+ "#define L1_DATA_LINESIZE\t 32\n "
830
+ "#define L2_SIZE\t 512488\n "
831
+ "#define L2_LINESIZE\t 32\n "
832
+ "#define DTB_DEFAULT_ENTRIES\t 64\n "
833
+ "#define DTB_SIZE\t 4096\n "
834
+ "#define L2_ASSOCIATIVE\t 4\n " )
835
+ set (SGEMM_UNROLL_M 2 )
836
+ set (SGEMM_UNROLL_N 2 )
837
+ set (DGEMM_UNROLL_M 2 )
838
+ set (DGEMM_UNROLL_N 2 )
839
+ set (CGEMM_UNROLL_M 2 )
840
+ set (CGEMM_UNROLL_N 2 )
841
+ set (ZGEMM_UNROLL_M 2 )
842
+ set (ZGEMM_UNROLL_N 2 )
826
843
elseif ("${TCORE} " STREQUAL "ARMV6" )
827
844
file (APPEND ${TARGET_CONF_TEMP}
828
845
"#define L1_DATA_SIZE\t 65536\n "
You can’t perform that action at this time.
0 commit comments