================
@@ -941,6 +941,24 @@ Let ``VT`` be a vector type and ``ET`` the element type of 
``VT``.
                                          for the comparison.
 ======================================= 
====================================================================== 
==================================
 
+*Masked Builtins*
+
+Each builtin accesses memory according to a provided boolean mask. These are
+provided as ``__builtin_masked_load`` and ``__builtin_masked_store``. The first
----------------
erichkeane wrote:

Below you said: "I'll change it to __builtin_masked_vector_[load|store] and add 
documentation.".  Do you still intend to do that?

https://github.com/llvm/llvm-project/pull/154464
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to