I am not aware of any way to hint the branch predictor in the new syntax I'd like to be able to use attributes, example cpp1 code: ``` if(condition) [[likely]] { ... } else { ... } ```