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 PR12573
Differential D8208
[backport#12573] Fix compilation when compiler do not support __builtin_clz* majcosta on Oct 31 2020, 02:08. Authored by Tags None Subscribers None
Details
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 PR12573 ninja all check check-functional
Diff Detail
|