@@ -1016,7 +1016,7 @@ internal Arm64() { }
1016
1016
/// UHADD Ztied1.B, Pg/M, Ztied1.B, Zop2.B
1017
1017
/// UHADD Ztied2.B, Pg/M, Ztied2.B, Zop1.B
1018
1018
/// </summary>
1019
- public static Vector < byte > FusedAddHalvingAdd ( Vector < byte > left , Vector < byte > right ) { throw new PlatformNotSupportedException ( ) ; }
1019
+ public static Vector < byte > FusedAddHalving ( Vector < byte > left , Vector < byte > right ) { throw new PlatformNotSupportedException ( ) ; }
1020
1020
1021
1021
/// <summary>
1022
1022
/// svint16_t svhadd[_s16]_m(svbool_t pg, svint16_t op1, svint16_t op2)
@@ -1026,7 +1026,7 @@ internal Arm64() { }
1026
1026
/// SHADD Ztied1.H, Pg/M, Ztied1.H, Zop2.H
1027
1027
/// SHADD Ztied2.H, Pg/M, Ztied2.H, Zop1.H
1028
1028
/// </summary>
1029
- public static Vector < short > FusedAddHalvingAdd ( Vector < short > left , Vector < short > right ) { throw new PlatformNotSupportedException ( ) ; }
1029
+ public static Vector < short > FusedAddHalving ( Vector < short > left , Vector < short > right ) { throw new PlatformNotSupportedException ( ) ; }
1030
1030
1031
1031
/// <summary>
1032
1032
/// svint32_t svhadd[_s32]_m(svbool_t pg, svint32_t op1, svint32_t op2)
@@ -1036,7 +1036,7 @@ internal Arm64() { }
1036
1036
/// SHADD Ztied1.S, Pg/M, Ztied1.S, Zop2.S
1037
1037
/// SHADD Ztied2.S, Pg/M, Ztied2.S, Zop1.S
1038
1038
/// </summary>
1039
- public static Vector < int > FusedAddHalvingAdd ( Vector < int > left , Vector < int > right ) { throw new PlatformNotSupportedException ( ) ; }
1039
+ public static Vector < int > FusedAddHalving ( Vector < int > left , Vector < int > right ) { throw new PlatformNotSupportedException ( ) ; }
1040
1040
1041
1041
/// <summary>
1042
1042
/// svint64_t svhadd[_s64]_m(svbool_t pg, svint64_t op1, svint64_t op2)
@@ -1046,7 +1046,7 @@ internal Arm64() { }
1046
1046
/// SHADD Ztied1.D, Pg/M, Ztied1.D, Zop2.D
1047
1047
/// SHADD Ztied2.D, Pg/M, Ztied2.D, Zop1.D
1048
1048
/// </summary>
1049
- public static Vector < long > FusedAddHalvingAdd ( Vector < long > left , Vector < long > right ) { throw new PlatformNotSupportedException ( ) ; }
1049
+ public static Vector < long > FusedAddHalving ( Vector < long > left , Vector < long > right ) { throw new PlatformNotSupportedException ( ) ; }
1050
1050
1051
1051
/// <summary>
1052
1052
/// svint8_t svhadd[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2)
@@ -1056,7 +1056,7 @@ internal Arm64() { }
1056
1056
/// SHADD Ztied1.B, Pg/M, Ztied1.B, Zop2.B
1057
1057
/// SHADD Ztied2.B, Pg/M, Ztied2.B, Zop1.B
1058
1058
/// </summary>
1059
- public static Vector < sbyte > FusedAddHalvingAdd ( Vector < sbyte > left , Vector < sbyte > right ) { throw new PlatformNotSupportedException ( ) ; }
1059
+ public static Vector < sbyte > FusedAddHalving ( Vector < sbyte > left , Vector < sbyte > right ) { throw new PlatformNotSupportedException ( ) ; }
1060
1060
1061
1061
/// <summary>
1062
1062
/// svuint16_t svhadd[_u16]_m(svbool_t pg, svuint16_t op1, svuint16_t op2)
@@ -1066,7 +1066,7 @@ internal Arm64() { }
1066
1066
/// UHADD Ztied1.H, Pg/M, Ztied1.H, Zop2.H
1067
1067
/// UHADD Ztied2.H, Pg/M, Ztied2.H, Zop1.H
1068
1068
/// </summary>
1069
- public static Vector < ushort > FusedAddHalvingAdd ( Vector < ushort > left , Vector < ushort > right ) { throw new PlatformNotSupportedException ( ) ; }
1069
+ public static Vector < ushort > FusedAddHalving ( Vector < ushort > left , Vector < ushort > right ) { throw new PlatformNotSupportedException ( ) ; }
1070
1070
1071
1071
/// <summary>
1072
1072
/// svuint32_t svhadd[_u32]_m(svbool_t pg, svuint32_t op1, svuint32_t op2)
@@ -1076,7 +1076,7 @@ internal Arm64() { }
1076
1076
/// UHADD Ztied1.S, Pg/M, Ztied1.S, Zop2.S
1077
1077
/// UHADD Ztied2.S, Pg/M, Ztied2.S, Zop1.S
1078
1078
/// </summary>
1079
- public static Vector < uint > FusedAddHalvingAdd ( Vector < uint > left , Vector < uint > right ) { throw new PlatformNotSupportedException ( ) ; }
1079
+ public static Vector < uint > FusedAddHalving ( Vector < uint > left , Vector < uint > right ) { throw new PlatformNotSupportedException ( ) ; }
1080
1080
1081
1081
/// <summary>
1082
1082
/// svuint64_t svhadd[_u64]_m(svbool_t pg, svuint64_t op1, svuint64_t op2)
@@ -1086,7 +1086,7 @@ internal Arm64() { }
1086
1086
/// UHADD Ztied1.D, Pg/M, Ztied1.D, Zop2.D
1087
1087
/// UHADD Ztied2.D, Pg/M, Ztied2.D, Zop1.D
1088
1088
/// </summary>
1089
- public static Vector < ulong > FusedAddHalvingAdd ( Vector < ulong > left , Vector < ulong > right ) { throw new PlatformNotSupportedException ( ) ; }
1089
+ public static Vector < ulong > FusedAddHalving ( Vector < ulong > left , Vector < ulong > right ) { throw new PlatformNotSupportedException ( ) ; }
1090
1090
1091
1091
// Halving subtract
1092
1092
0 commit comments