]> git.ipfire.org Git - thirdparty/gcc.git/commit
Document cond_copysign and cond_len_copysign optabs [PR112951]
authorAndrew Pinski <quic_apinski@quicinc.com>
Thu, 21 Dec 2023 19:41:18 +0000 (11:41 -0800)
committerAndrew Pinski <quic_apinski@quicinc.com>
Thu, 21 Dec 2023 20:23:17 +0000 (12:23 -0800)
commitdf5df10355089c9c92529c222100722cea170877
tree6b505ea0b7e099de6df0a21b08fff38db3f52339
parent619a9539ee378e635ba3a26300dff746a9ff4ba2
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_apinski@quicinc.com>
gcc/doc/md.texi
gcc/optabs.def