Merge pull request #2915 from bartoldeman/no-empty_sgemm_direct_skylakex

sgemm_direct_skylakex: fix 75eeb26 regression.
This commit is contained in:
Martin Kroeker 2020-10-19 00:09:54 +02:00 committed by GitHub
commit 77669b019d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#if defined(SKYLAKEX) || defined (COOPERLAKE)
/* the direct sgemm code written by Arjan van der Ven */
#include <immintrin.h>
#include "common.h"
#if defined(SKYLAKEX) || defined (COOPERLAKE)
/*
* "Direct sgemm" code. This code operates directly on the inputs and outputs
* of the sgemm call, avoiding the copies, memory realignments and threading,