Update sgemm_direct_skylakex.c

This commit is contained in:
wjc404 2020-01-13 16:59:23 +08:00 committed by GitHub
parent 952cc2ba38
commit e5dcdeb550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* the direct sgemm code written by Arjan van der Ven */
#include <immintrin.h>
//#include <immintrin.h>
/*
* "Direct sgemm" code. This code operates directly on the inputs and outputs