On Wed, May 25, 2022 at 01:52:46PM +0200, Martin Liška wrote: > Similarly to g:22d9c8802add09a93308319fc37dd3a0f1125393, I would like to use > {UN,}LIKELY macros in libgomp. If the community is fine, I'm planning doing > the same in other GCC's libraries.
I must say I prefer __builtin_expect over the macros any time. Jakub