Compile error fix

This commit is contained in:
AlexeyAB
2018-08-09 03:07:06 +03:00
parent d6162af210
commit 3baf534a2d
2 changed files with 1218 additions and 1210 deletions

2427
src/gemm.c

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,7 @@
#ifndef GEMM_H
#define GEMM_H
#include "activations.h"
#include <stdint.h>
static inline void set_bit(unsigned char *const dst, size_t index) {
size_t dst_i = index / 8;