[PATCH] D146188: [Clang][DOC] Add documentation in for __builtin_flt_rounds and __builtin_set_flt_rounds
xiongji90 via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 8 00:54:33 PDT 2023
xiongji90 marked an inline comment as done.
xiongji90 added a comment.
Hi, @rjmccall
I updated the patch to address your previous comments, could you help review again?
Thanks very much.
================
Comment at: clang/docs/LanguageExtensions.rst:3272
+3 - toward negative infinity
+4 - to nearest, ties away from zero
+The effect of passing some other value to ``__builtin_flt_rounds`` is
----------------
rjmccall wrote:
> I suspect this won't end up being formatted as a list; you should do something like:
>
> ```
> - ``0`` - toward zero
> - ``1`` - to nearest, ties to even
> ...
> ```
Done.
Thanks very much.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146188/new/
https://reviews.llvm.org/D146188
More information about the cfe-commits
mailing list