[gcc(refs/users/meissner/heads/work141-ovpair)] Move assemble built-in documentation.

Michael Meissner meissner@gcc.gnu.org
Fri Oct 27 04:43:20 GMT 2023


https://gcc.gnu.org/g:3c6244195aa55fe8c584cd8b2fcb03f10bb0e1e1

commit 3c6244195aa55fe8c584cd8b2fcb03f10bb0e1e1
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Oct 27 00:43:03 2023 -0400

    Move assemble built-in documentation.
    
    2023-10-27  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * doc/extend.texi (__builtin_vpair_i32_assemble): Move to be sorted
            alphebetically.

Diff:
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 42ddbcfa086b..d3da0e27a72c 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -21386,9 +21386,9 @@ The following built-in functions operate on pairs of
 @code{vector int} or @code{vector unsigned int} values:
 
 @smallexample
-__vector_pair __builtin_vpair_i32_assemble (vector int, vector int);
 __vector_pair __builtin_vpair_i32_add (__vector_pair, __vector_pair);
 __vector_pair __builtin_vpair_i32_and (__vector_pair, __vector_pair);
+__vector_pair __builtin_vpair_i32_assemble (vector int, vector int);
 vector int __builtin_vpair_i32_extract_vector (__vector_pair, int);
 __vector_pair __builtin_vpair_i32_ior (__vector_pair, __vector_pair);
 __vector_pair __builtin_vpair_i32_neg (__vector_pair);


More information about the Gcc-cvs mailing list