joevt 7fc92e236b Fix extract_bits and insert_bits.
(1 << len) is actually 1 when len is (sizeof(T)*8) so we need to special case that. len is usually constant so the compare won't be compiled.
2024-03-02 06:54:58 -07:00
..
2024-03-02 06:54:58 -07:00
2023-07-27 02:38:21 +02:00
2023-12-01 14:04:26 -07:00
2023-08-01 22:43:11 -07:00