Fix skylake fallback kernel name for old compilers.

This commit is contained in:
Bart Oldeman 2022-12-06 16:09:54 -05:00
parent 5ceca1a4d8
commit 4afe1439a1
1 changed files with 1 additions and 1 deletions

View File

@ -82,5 +82,5 @@ static void sscal_kernel_16_zero( BLASLONG n, FLOAT *alpha, FLOAT *x)
} }
#else #else
#include "dscal_microk_haswell-2.c" #include "sscal_microk_haswell-2.c"
#endif #endif