Update dynamic.c

This commit is contained in:
Martin Kroeker 2018-06-04 14:36:39 +02:00 committed by GitHub
parent ac7b6e3e9a
commit 8be027e4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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