[PATCH] D134639: [VP][RISCV] Add vp.maxnum and vp.minnum intrinsics and RISC-V support.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 21:16:46 PDT 2022
fakepaper56 added inline comments.
================
Comment at: llvm/docs/LangRef.rst:18874
+
+Predicated floating-point IEEE-754 minimum of two vectors of floating-point values.
+
----------------
craig.topper wrote:
> minnum not minimum
Done. Sorry that I were aware of that minnum and maxnum are from IEEE754 a few minutes ago .
================
Comment at: llvm/docs/LangRef.rst:18923
+
+Predicated floating-point IEEE-754 maximum of two vectors of floating-point values.
+
----------------
craig.topper wrote:
> maxnum not maximum
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134639/new/
https://reviews.llvm.org/D134639
More information about the llvm-commits
mailing list