[PATCH] D26002: Implement vector count leading/trailing bytes with zero lsb and vector parity builtins - clang portion
Nemanja Ivanovic via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 27 00:57:13 PDT 2016
nemanjai added a comment.
Other than the minor nit, this LGTM.
================
Comment at: include/clang/Basic/BuiltinsPPC.def:275
+
+BUILTIN(__builtin_altivec_vclzlsbb, "SiV16Uc", "")
----------------
No need for this extra blank line.
https://reviews.llvm.org/D26002
More information about the cfe-commits
mailing list