| src/gemm.h | ●●●●● 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;