AlexeyAB
2018-08-09 5c876bb918903314a33165c5812395e781bdfe08
src/gemm.h
@@ -1,6 +1,8 @@
#ifndef GEMM_H
#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;