Skip to content

Commit bd3cd91

Browse files
authored
fix typo in redirect
1 parent 2f6a673 commit bd3cd91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/others/dynamic_arm64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ extern gotoblas_t gotoblas_A64FX;
155155
#else //not a user-specified dynamic_list
156156

157157
#ifdef OS_DARWIN
158-
#define gotoblas_CORTEXA55 gotoblas_ARMV8
158+
#define gotoblas_CORTEXA53 gotoblas_ARMV8
159159
#else
160160
extern gotoblas_t gotoblas_CORTEXA53;
161161
#endif

0 commit comments

Comments
 (0)