[PATCH] D54729: [Docs] Documentation for the saturation addition and subtraction intrinsics

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 09:59:42 PST 2018


leonardchan marked an inline comment as done.
leonardchan added inline comments.


================
Comment at: llvm/docs/LangRef.rst:12579
 
+Saturation Arithmetic Intrinsics
+---------------------------------
----------------
bjope wrote:
> nit: As I also wrote in https://reviews.llvm.org/D54719 we will get a tiny problem when adding support for smul.fix.sat if we have one chapter called "Saturation Arithmetic Intrinsics" and one called "Fixed Point Arithmetic Intrinsics" in the LangRef. Maybe we can solve that by describing smul.fix.sat as a "Fixed Point Arithmetic Intrinsics" and maybe add a reference or something in this chapter. Or should all these saturation/fixedpoint intrinsics be in a common chapter?
I'd be up for either. My initial plan was what your first suggestion was of putting it under the Fixed Point section with a reference or some mention to the Saturation section.


Repository:
  rL LLVM

https://reviews.llvm.org/D54729





More information about the llvm-commits mailing list