Tagged Questions
0
votes
2answers
660 views
__builtin_expect from GCC with probability
__builtin_expect from GCC can be used by programmer to show which variants are expected to be very often and which are rare. But __builtin_expect have only "true" and "false" (0% or 100% ...