Browse Source

Update sgemm_direct_skylakex.c

tags/v0.3.8^2
wjc404 GitHub 6 years ago
parent
commit
e5dcdeb550
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/sgemm_direct_skylakex.c

+ 1
- 1
kernel/x86_64/sgemm_direct_skylakex.c 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


Loading…
Cancel
Save