This is a backport of secp256k1's PR579
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGa071308f1954: Use __GNUC_PREREQ for detecting __builtin_expect
rABCa071308f1954: Use __GNUC_PREREQ for detecting __builtin_expect
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I fail to see how this is an improvement, since that would prevent CLang from using __builtin_expect. Is this solving any issue ?
Comment Actions
Looking into it a bit more, a lot of features are already made GCC only with this macro, so let this move forward for the sake of keeping in sync.