Compile error fix

pull/1416/head
AlexeyAB 7 years ago
parent d6162af210
commit 3baf534a2d
  1. 2427
      src/gemm.c
  2. 1
      src/gemm.h

File diff suppressed because it is too large Load Diff

@ -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;

Loading…
Cancel
Save