[PATCH] D111529: Specify Clang vector builtins.

Steve Canon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 11 07:40:38 PDT 2021


scanon added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:565
+                                         NaNs, fmax() return a NaN.
+ ET __builtin_reduce_add(VT a)           \+                                                               integer and floating point types
+ ET __builtin_reduce_and(VT a)           &                                                                integer types
----------------
Should be restricted to integer types.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111529



More information about the cfe-commits mailing list