Browse Source

Fix skylake fallback kernel name for old compilers.

tags/v0.3.22^2
Bart Oldeman 3 years ago
parent
commit
4afe1439a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/sscal_microk_skylakex-2.c

+ 1
- 1
kernel/x86_64/sscal_microk_skylakex-2.c View File

@@ -82,5 +82,5 @@ static void sscal_kernel_16_zero( BLASLONG n, FLOAT *alpha, FLOAT *x)
}

#else
#include "dscal_microk_haswell-2.c"
#include "sscal_microk_haswell-2.c"
#endif

Loading…
Cancel
Save