mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
99641b1b5e
The result of __builtin_clz is undefined when the source operand is zero. Add a check for this case and handle it accordingly.