[PATCH] D139640: clang: Add __builtin_elementwise canonicalize and copysign

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 9 18:45:15 PST 2022


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


================
Comment at: clang/docs/LanguageExtensions.rst:644
                                              magnitude than x
+ T__builtin_elementwise_canonicalize(T x)  return the platform specific canonical encoding of a floating-point number             floating point types
+
----------------
fhahn wrote:
> I think this needs re-flowing , otherwise the table won't be rendered properly? Same for the next line
I'm not really sure what's going on with the formatting or how this works. It looks worse on Phabricator than in the editor 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139640/new/

https://reviews.llvm.org/D139640



More information about the cfe-commits mailing list