From the Intel's manual (253666.pdf): "Branch hint prefixes (2EH, 3EH) allow a program to give a hint to the processor about the most likely code path for a branch. Use these prefixes only with conditional branch instructions (Jcc)."
1) Are they generated by any C compiler? 2) How to give the hint to the compiler? 3) Are they present in AMD's CPUs?
