[PATCH] D88278: [PowerPC] Add builtins for xvtdiv(dp|sp) and xvtsqrt(dp|sp).

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 10:25:55 PDT 2020


amyk accepted this revision as: amyk.
amyk added a comment.
This revision is now accepted and ready to land.

Overall I think this LGTM.

Please correct me if I am wrong but I think the description of the functions need to be updated to:

  int vec_test_swdiv(vector double v1, vector double v2);
  int vec_test_swdivs(vector float v1, vector float v2);
  int vec_test_swsqrt(vector double v1);
  int vec_test_swsqrts(vector float v1);




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88278/new/

https://reviews.llvm.org/D88278



More information about the cfe-commits mailing list