[clang] [clang] constexpr built-in reduce `or` and `xor` function. (PR #116976)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 21 03:12:03 PST 2024


================
@@ -732,6 +732,10 @@ at the end to the next power of 2.
 
 These reductions support both fixed-sized and scalable vector types.
 
+The reduction intrinsics, including ``__builtin_reduce_add``,
----------------
RKSimon wrote:

"integer reduction intrinsics"?

https://github.com/llvm/llvm-project/pull/116976


More information about the cfe-commits mailing list