18307849b Consensus: Fix bug when compiler do not support __builtin_clz* (532479301)
Pull request description:
#ifdef is not correct since defination is defined to 0 or 1. Should change to #if
---
Backport of Core [[https://github.com/bitcoin/bitcoin/pull/12573 | PR12573]]