Skip to content

Commit 952cc2b

Browse files
authored
Update sgemm_kernel_16x4_skylakex_2.c
1 parent feaafbe commit 952cc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/sgemm_kernel_16x4_skylakex_2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,5 +376,5 @@ CNAME(BLASLONG m, BLASLONG n, BLASLONG k, float alpha, float * __restrict__ A, f
376376
if(n_count>0) COMPUTE(1)
377377
return 0;
378378
}
379-
379+
#include <immintrin.h>
380380
#include "sgemm_direct_skylakex.c"

0 commit comments

Comments
 (0)