We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30b943 + 0934568 commit a51cae6Copy full SHA for a51cae6
1 file changed
kernel/x86_64/sgemm_direct_skylakex.c
@@ -1,8 +1,11 @@
1
/* the direct sgemm code written by Arjan van der Ven */
2
+
3
4
+#if defined(SKYLAKEX) || defined (COOPERLAKE)
5
6
#include <immintrin.h>
7
#include "common.h"
8
-#if defined(SKYLAKEX) || defined (COOPERLAKE)
9
/*
10
* "Direct sgemm" code. This code operates directly on the inputs and outputs
11
* of the sgemm call, avoiding the copies, memory realignments and threading,
0 commit comments