Skip to content

Commit a28bd37

Browse files
committed
fix typo in comment
1 parent ba15dcc commit a28bd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitNetMCU_inference.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void processfclayer( int8_t *activations, const uint32_t *weights, int32_t bits
111111
weightChunk <<= 2;
112112
}
113113
}
114-
// Muliplier-less inference for RB32EC
114+
// Muliplier-less inference for RV32EC
115115
#if defined(__riscv) && !defined(__riscv_mul)
116116
} else if (bits_per_weight == 4 ) {
117117
for (uint32_t k = 0; k < n_input; k+=8) {

0 commit comments

Comments
 (0)