H . J . Lu (hjl@lucon.org) writes: > I can change glibc not to use branch-likely without using nop. But it > may require one or two instructions outside of the loop. Should I do > it given what we know now? I would not recommend using "branch likely" in assembler coding, if that's what you're asking. Dominic