Browse Source

Update dynamic.c

tags/v0.3.1
Martin Kroeker GitHub 8 years ago
parent
commit
8be027e4c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic.c

+ 1
- 1
driver/others/dynamic.c View File

@@ -82,7 +82,7 @@ extern gotoblas_t gotoblas_ZEN;
#ifndef NO_AVX512
extern gotoblas_t gotoblas_SKYLAKEX;
#else
#define gotoblas_SKYLAKEX gotoblas_HASWELL;
#define gotoblas_SKYLAKEX gotoblas_HASWELL
#endif
#endif
#else


Loading…
Cancel
Save