Skip to content

Commit 77669b0

Browse files
authored
Merge pull request #2915 from bartoldeman/no-empty_sgemm_direct_skylakex
sgemm_direct_skylakex: fix 75eeb26 regression.
2 parents 5e8ddc9 + 03e781b commit 77669b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel/x86_64/sgemm_direct_skylakex.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#if defined(SKYLAKEX) || defined (COOPERLAKE)
21
/* the direct sgemm code written by Arjan van der Ven */
32
#include <immintrin.h>
43
#include "common.h"
4+
5+
#if defined(SKYLAKEX) || defined (COOPERLAKE)
56
/*
67
* "Direct sgemm" code. This code operates directly on the inputs and outputs
78
* of the sgemm call, avoiding the copies, memory realignments and threading,

0 commit comments

Comments
 (0)