[PATCH] D71550: [Intrinsic] Add fixed point saturating division intrinsics.
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 00:17:26 PST 2020
bjope added inline comments.
================
Comment at: llvm/docs/LangRef.rst:14130
+
+This operation performs fixed point divison on the 2 arguments of a
+specified scale. The result will also be returned in the same scale specified
----------------
Typo: divison/division
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71550/new/
https://reviews.llvm.org/D71550
More information about the llvm-commits
mailing list