aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/select-self-zero.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-08select: simplify select(x, x, 0) --> xLuc Van Oostenryck1-0/+1
2020-11-08select: simplify handling of select(x, 0, x) --> 0Luc Van Oostenryck1-0/+9