nemanjai accepted this revision. nemanjai added a comment. This revision is now accepted and ready to land.
LGTM. Please run clang-format on the patch (only the modified lines). ================ Comment at: clang/lib/Headers/altivec.h:7164 +vec_orc(vector double __a, vector double __b) { + return (vector double)((vector bool long long)__a | ~(vector unsigned long long)__b); +} ---------------- nit: line too long? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110858/new/ https://reviews.llvm.org/D110858 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits