kito-cheng added inline comments.

================
Comment at: clang/docs/LanguageExtensions.rst:579
+                                         NaNs, fmax() return a NaN.
+ ET __builtin_reduce_add(VT a)           \+                                    
                           integer and floating point types
+ ET __builtin_reduce_and(VT a)           &                                     
                           integer types
----------------
The example above use `__builtin_reduce_fadd`, but not listed here? or should 
we just use `__builtin_reduce_add` for floating point and fix the example?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111529

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to