Aside from the missing _Complex long double functions (as mentioned below), LGTM.
================ Comment at: lib/CodeGen/CGExprComplex.cpp:608 @@ +607,3 @@ + return "__mulxc3"; + } +} ---------------- What about PPC_FP128TyID, which gets __multc3 (or FP128TyID, which I think also gets __mulxc3)? http://reviews.llvm.org/D5756 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
