[PATCH] D134639: [VP][RISCV] Add vp.maxnum and vp.minnum intrinsics and RISC-V support.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 18:29:08 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/docs/LangRef.rst:18874
+
+Predicated floating-point IEEE-754 minimum of two vectors of floating-point values.
+
----------------
minnum not minimum


================
Comment at: llvm/docs/LangRef.rst:18923
+
+Predicated floating-point IEEE-754 maximum of two vectors of floating-point values.
+
----------------
maxnum not maximum


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