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

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 18:24:05 PDT 2020


Esme added a comment.

In D88278#2306618 <https://reviews.llvm.org/D88278#2306618>, @amyk wrote:

> 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);

Thanks! Updated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88278



More information about the llvm-commits mailing list