v.23.12Performance Improvement
Function if(cond, then, else) Optimized for Branch-Free Evaluation
Functionif(cond, then, else)(and its aliascond ? then : else) were optimized to use branch-free evaluation. #57885 (zhanglistar).
Functionif(cond, then, else)(and its aliascond ? then : else) were optimized to use branch-free evaluation. #57885 (zhanglistar).