[PATCH] D133690: [VP][RISCV] Add vp.fsqrt intrinsic and RISC-V support.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 18:09:34 PDT 2022


fakepaper56 added inline comments.


================
Comment at: llvm/docs/LangRef.rst:19219
+
+The '``llvm.vp.sqrt``' intrinsic performs floating-point absolute value
+(:ref:`sqrt <int_sqrt>`) of the first vector operand on each enabled lane.  The
----------------
craig.topper wrote:
> This does not perform "floating-point absolute value":
Done. Thank you find the typo.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133690



More information about the llvm-commits mailing list