AlexeyAB
2018-08-09 5c876bb918903314a33165c5812395e781bdfe08
Another one fix
1 files modified
1 ■■■■ changed files
src/gemm.h 1 ●●●● patch | view | raw | blame | history
src/gemm.h
@@ -2,6 +2,7 @@
#define GEMM_H
#include "activations.h"
#include <stdint.h>
#include <stddef.h>
static inline void set_bit(unsigned char *const dst, size_t index) {
    size_t dst_i = index / 8;