mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Compile error fix
This commit is contained in:
2427
src/gemm.c
2427
src/gemm.c
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;
|
||||
|
Reference in New Issue
Block a user