From 08d0e07ed64139d2552d7801b755af7f34b4a75e Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sun, 19 Aug 2018 11:08:02 +0000
Subject: [PATCH] Update Readme.md
---
src/gemm.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/gemm.c b/src/gemm.c
index 4198540..6a34da5 100644
--- a/src/gemm.c
+++ b/src/gemm.c
@@ -370,7 +370,6 @@
#define cpuid(info, x) __cpuidex(info, x, 0)
#else
// GCC Intrinsics
-#include <cpuid.h>
void cpuid(int info[4], int InfoType) {
__cpuid_count(InfoType, 0, info[0], info[1], info[2], info[3]);
}
--
Gitblit v1.10.0