We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa4867 commit 38a9418Copy full SHA for 38a9418
lib/zig.h
@@ -1594,7 +1594,7 @@ static inline uint24_t zig_bit_reverse_u24(uint24_t val, uint8_t bits) {
1594
return zig_wrap_u24(full_res >> (24 - bits), bits);
1595
}
1596
1597
-static inline int16_t zig_bit_reverse_i16(int16_t val, uint8_t bits) {
+static inline int16_t zig_bit_reverse_i24(int16_t val, uint8_t bits) {
1598
return zig_wrap_i16((int16_t)zig_bit_reverse_u16((uint16_t)val, bits), bits);
1599
1600
#endif
0 commit comments