LoongArch64: Rename core
Use microarchitecture name instead of meaningless strings to name the core, the legacy core is still retained. 1. Rename LOONGSONGENERIC to LA64_GENERIC 2. Rename LOONGSON3R5 to LA464 3. Rename LOONGSON2K1000 to LA264
This commit is contained in:
@@ -1086,7 +1086,7 @@ static void init_parameter(void) {
|
||||
TABLE_NAME.sbgemm_r = SBGEMM_DEFAULT_R;
|
||||
#endif
|
||||
|
||||
#if defined(LOONGSON3R5)
|
||||
#if defined(LA464)
|
||||
int L3_size = get_L3_size();
|
||||
#ifdef SMP
|
||||
if(blas_num_threads == 1){
|
||||
|
||||
Reference in New Issue
Block a user