[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 17:34:19 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/docs/LangRef.rst:18874
+
+Predicated floating-point minimum of two vectors of floating-point values.
+
----------------
minimum has a different meaning according to IEEE-754. This is an "IEEE-754 minnum".
================
Comment at: llvm/docs/LangRef.rst:18923
+
+Predicated floating-point maximum of two vectors of floating-point values.
+
----------------
"IEEE-754 maxnum"
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