https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112951

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:df5df10355089c9c92529c222100722cea170877

commit r14-6792-gdf5df10355089c9c92529c222100722cea170877
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Thu Dec 21 11:41:18 2023 -0800

    Document cond_copysign and cond_len_copysign optabs [PR112951]

    This adds the documentation for cond_copysign and cond_len_copysign optabs.
    Also reorders the optabs.def to be in the similar order as how the internal
    function was done.

    gcc/ChangeLog:

            PR middle-end/112951
            * doc/md.texi (cond_copysign): Document.
            (cond_len_copysign): Likewise.
            * optabs.def: Reorder cond_copysign to be before
            cond_fmin. Likewise for cond_len_copysign.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to