Hi,
So far vector select, such as a < b ? a : c is not enabled in clang for
C/C++ code.
It only enabled for OpenCL. I have made a very small change in clang to
enable
Vector select. I have tested for ARM. Everything works fine so far.
The file attached enables vector select for general computing. Please
give
A review.
Thanks,
Yin
vector_select.diff
Description: Binary data
vector_select_validation.c
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
