================ @@ -52,7 +52,7 @@ bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, HasDirectMove = true; } else if (Feature == "+htm") { HasHTM = true; - } else if (Feature == "+float128") { + } else if (Feature == "+float128" && !getTriple().isOSAIX()) { ---------------- bzEq wrote:
```suggestion } else if (Feature == "+float128") { ``` https://github.com/llvm/llvm-project/pull/67298 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits