File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1349,7 +1349,7 @@ endif ()
1349
1349
"#define DTB_DEFAULT_ENTRIES 128\n "
1350
1350
"#define DTB_SIZE 4096\n "
1351
1351
"#define L2_ASSOCIATIVE 4\n " )
1352
- elseif ("${TCORE} " STREQUAL "LOONGSONGENERIC " )
1352
+ elseif ("${TCORE} " STREQUAL "LA64_GENERIC " )
1353
1353
file (APPEND ${TARGET_CONF_TEMP}
1354
1354
"#define DTB_DEFAULT_ENTRIES 64\n " )
1355
1355
set (SGEMM_UNROLL_M 2)
@@ -1364,7 +1364,7 @@ endif ()
1364
1364
set (CGEMM3M_UNROLL_N 8)
1365
1365
set (ZGEMM3M_UNROLL_M 2)
1366
1366
set (ZGEMM3M_UNROLL_N 8)
1367
- elseif ("${TCORE} " STREQUAL "LOONGSON2K1000 " )
1367
+ elseif ("${TCORE} " STREQUAL "LA264 " )
1368
1368
file (APPEND ${TARGET_CONF_TEMP}
1369
1369
"#define DTB_DEFAULT_ENTRIES 64\n " )
1370
1370
set (HAVE_LSX 1)
@@ -1380,7 +1380,7 @@ endif ()
1380
1380
set (CGEMM3M_UNROLL_N 8)
1381
1381
set (ZGEMM3M_UNROLL_M 8)
1382
1382
set (ZGEMM3M_UNROLL_N 4)
1383
- elseif ("${TCORE} " STREQUAL "LOONGSON3R5 " )
1383
+ elseif ("${TCORE} " STREQUAL "LA464 " )
1384
1384
file (APPEND ${TARGET_CONF_TEMP}
1385
1385
"#define DTB_DEFAULT_ENTRIES 64\n " )
1386
1386
set (HAVE_LASX 1)
You can’t perform that action at this time.
0 commit comments