[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:16:52 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.
+
----------------
craig.topper wrote:
> minimum has a different meaning according to IEEE-754. This is an "IEEE-754 minnum".
"minnum" not "minimum". "minimum" has a different meaning to IEEE-754
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