Update sgemm_direct_skylakex.c
This commit is contained in:
parent
952cc2ba38
commit
e5dcdeb550
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
/* the direct sgemm code written by Arjan van der Ven */
|
/* 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
|
* "Direct sgemm" code. This code operates directly on the inputs and outputs
|
||||||
|
|
Loading…
Reference in New Issue