mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-02-13 17:30:33 +00:00
(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.