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
- Branch
- secppr579
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8995 Build 15952: Default Diff Build & Tests Build 15951: arc lint + arc unit
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.