Skip to content

Use __builtin_choose_expr to choose some constant paths

Marco Trevisan requested to merge 3v1n0/glib:more-choose-expr into main

It's better than the tri-state check because it ensures that only the chosen side is actually checked, and also it ensures that the check is constant.

Merge request reports