Browse Source

Add prototypes

pull/2332/head
Martin Kroeker GitHub 6 years ago
parent
commit
ba3eba1804
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      driver/others/dynamic_arm64.c

+ 5
- 0
driver/others/dynamic_arm64.c View File

@@ -43,9 +43,14 @@
#endif

extern gotoblas_t gotoblas_ARMV8;
extern gotoblas_t gotoblas_CORTEXA53;
extern gotoblas_t gotoblas_CORTEXA57;
extern gotoblas_t gotoblas_CORTEXA72;
extern gotoblas_t gotoblas_CORTEXA73;
extern gotoblas_t gotoblas_FALKOR;
extern gotoblas_t gotoblas_THUNDERX;
extern gotoblas_t gotoblas_THUNDERX2T99;
extern gotoblas_t gotoblas_TSV110;

extern void openblas_warning(int verbose, const char * msg);



Loading…
Cancel
Save