@@ -847,7 +847,7 @@ pub struct float32x4x4_t(
847
847
pub float32x4_t ,
848
848
) ;
849
849
850
- /// ARM-specific type containing four `int64x1_t` vectors.
850
+ /// ARM-specific type containing two `int64x1_t` vectors.
851
851
#[ repr( C ) ]
852
852
#[ derive( Copy , Clone , Debug ) ]
853
853
#[ cfg_attr(
@@ -859,7 +859,7 @@ pub struct float32x4x4_t(
859
859
unstable( feature = "stdarch_arm_neon_intrinsics" , issue = "111800" )
860
860
) ]
861
861
pub struct int64x1x2_t ( pub int64x1_t , pub int64x1_t ) ;
862
- /// ARM-specific type containing four `int64x1_t` vectors.
862
+ /// ARM-specific type containing three `int64x1_t` vectors.
863
863
#[ repr( C ) ]
864
864
#[ derive( Copy , Clone , Debug ) ]
865
865
#[ cfg_attr(
@@ -884,7 +884,7 @@ pub struct int64x1x3_t(pub int64x1_t, pub int64x1_t, pub int64x1_t);
884
884
) ]
885
885
pub struct int64x1x4_t ( pub int64x1_t , pub int64x1_t , pub int64x1_t , pub int64x1_t ) ;
886
886
887
- /// ARM-specific type containing four `int64x2_t` vectors.
887
+ /// ARM-specific type containing two `int64x2_t` vectors.
888
888
#[ repr( C ) ]
889
889
#[ derive( Copy , Clone , Debug ) ]
890
890
#[ cfg_attr(
@@ -896,7 +896,7 @@ pub struct int64x1x4_t(pub int64x1_t, pub int64x1_t, pub int64x1_t, pub int64x1_
896
896
unstable( feature = "stdarch_arm_neon_intrinsics" , issue = "111800" )
897
897
) ]
898
898
pub struct int64x2x2_t ( pub int64x2_t , pub int64x2_t ) ;
899
- /// ARM-specific type containing four `int64x2_t` vectors.
899
+ /// ARM-specific type containing three `int64x2_t` vectors.
900
900
#[ repr( C ) ]
901
901
#[ derive( Copy , Clone , Debug ) ]
902
902
#[ cfg_attr(
@@ -921,7 +921,7 @@ pub struct int64x2x3_t(pub int64x2_t, pub int64x2_t, pub int64x2_t);
921
921
) ]
922
922
pub struct int64x2x4_t ( pub int64x2_t , pub int64x2_t , pub int64x2_t , pub int64x2_t ) ;
923
923
924
- /// ARM-specific type containing four `uint64x1_t` vectors.
924
+ /// ARM-specific type containing two `uint64x1_t` vectors.
925
925
#[ repr( C ) ]
926
926
#[ derive( Copy , Clone , Debug ) ]
927
927
#[ cfg_attr(
@@ -933,7 +933,7 @@ pub struct int64x2x4_t(pub int64x2_t, pub int64x2_t, pub int64x2_t, pub int64x2_
933
933
unstable( feature = "stdarch_arm_neon_intrinsics" , issue = "111800" )
934
934
) ]
935
935
pub struct uint64x1x2_t ( pub uint64x1_t , pub uint64x1_t ) ;
936
- /// ARM-specific type containing four `uint64x1_t` vectors.
936
+ /// ARM-specific type containing three `uint64x1_t` vectors.
937
937
#[ repr( C ) ]
938
938
#[ derive( Copy , Clone , Debug ) ]
939
939
#[ cfg_attr(
@@ -963,7 +963,7 @@ pub struct uint64x1x4_t(
963
963
pub uint64x1_t ,
964
964
) ;
965
965
966
- /// ARM-specific type containing four `uint64x2_t` vectors.
966
+ /// ARM-specific type containing two `uint64x2_t` vectors.
967
967
#[ repr( C ) ]
968
968
#[ derive( Copy , Clone , Debug ) ]
969
969
#[ cfg_attr(
@@ -975,7 +975,7 @@ pub struct uint64x1x4_t(
975
975
unstable( feature = "stdarch_arm_neon_intrinsics" , issue = "111800" )
976
976
) ]
977
977
pub struct uint64x2x2_t ( pub uint64x2_t , pub uint64x2_t ) ;
978
- /// ARM-specific type containing four `uint64x2_t` vectors.
978
+ /// ARM-specific type containing three `uint64x2_t` vectors.
979
979
#[ repr( C ) ]
980
980
#[ derive( Copy , Clone , Debug ) ]
981
981
#[ cfg_attr(
@@ -1005,7 +1005,7 @@ pub struct uint64x2x4_t(
1005
1005
pub uint64x2_t ,
1006
1006
) ;
1007
1007
1008
- /// ARM-specific type containing four `poly64x1_t` vectors.
1008
+ /// ARM-specific type containing two `poly64x1_t` vectors.
1009
1009
#[ repr( C ) ]
1010
1010
#[ derive( Copy , Clone , Debug ) ]
1011
1011
#[ cfg_attr(
@@ -1017,7 +1017,7 @@ pub struct uint64x2x4_t(
1017
1017
unstable( feature = "stdarch_arm_neon_intrinsics" , issue = "111800" )
1018
1018
) ]
1019
1019
pub struct poly64x1x2_t ( pub poly64x1_t , pub poly64x1_t ) ;
1020
- /// ARM-specific type containing four `poly64x1_t` vectors.
1020
+ /// ARM-specific type containing three `poly64x1_t` vectors.
1021
1021
#[ repr( C ) ]
1022
1022
#[ derive( Copy , Clone , Debug ) ]
1023
1023
#[ cfg_attr(
@@ -1047,7 +1047,7 @@ pub struct poly64x1x4_t(
1047
1047
pub poly64x1_t ,
1048
1048
) ;
1049
1049
1050
- /// ARM-specific type containing four `poly64x2_t` vectors.
1050
+ /// ARM-specific type containing two `poly64x2_t` vectors.
1051
1051
#[ repr( C ) ]
1052
1052
#[ derive( Copy , Clone , Debug ) ]
1053
1053
#[ cfg_attr(
@@ -1059,7 +1059,7 @@ pub struct poly64x1x4_t(
1059
1059
unstable( feature = "stdarch_arm_neon_intrinsics" , issue = "111800" )
1060
1060
) ]
1061
1061
pub struct poly64x2x2_t ( pub poly64x2_t , pub poly64x2_t ) ;
1062
- /// ARM-specific type containing four `poly64x2_t` vectors.
1062
+ /// ARM-specific type containing three `poly64x2_t` vectors.
1063
1063
#[ repr( C ) ]
1064
1064
#[ derive( Copy , Clone , Debug ) ]
1065
1065
#[ cfg_attr(
0 commit comments