diff --git a/g3doc/quick_reference.md b/g3doc/quick_reference.md index 81695bfab9..7a2cb28923 100644 --- a/g3doc/quick_reference.md +++ b/g3doc/quick_reference.md @@ -1756,6 +1756,9 @@ All functions except `Stream` are defined in cache_control.h. `DemoteToNearestInt(d, v)` is more efficient on some targets, including x86 and RVV. +* Vec<D> **MaskedConvertToOrZero**(M m, D d, V v): returns `v[i]` + converted to `D` where m is active and returns zero otherwise. + #### Single vector demotion These functions demote a full vector (or parts thereof) into a vector of half