add missing define for NEOVERSEV1

This commit is contained in:
Martin Kroeker 2022-07-26 22:07:55 +02:00 committed by GitHub
parent 151d7fc423
commit f41730817e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@ extern gotoblas_t gotoblas_NEOVERSEN1;
#else #else
#define gotoblas_NEOVERSEN1 gotoblas_ARMV8 #define gotoblas_NEOVERSEN1 gotoblas_ARMV8
#endif #endif
#ifdef DYN_NEOVERSEV1
extern gotoblas_t gotoblas_NEOVERSEV1;
#else
#define gotoblas_NEOVERSEV1 gotoblas_ARMV8
#endif
#ifdef DYN_NEOVERSEN2 #ifdef DYN_NEOVERSEN2
extern gotoblas_t gotoblas_NEOVERSEN2; extern gotoblas_t gotoblas_NEOVERSEN2;
#else #else