Skip to content

Commit b0e0535

Browse files
committed
Correcting naming in Sve2.PlatformNotSupported
Change-Id: I29eb781d904508499b17a34aee30eb614e139bd4
1 parent 8ea9659 commit b0e0535

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve2.PlatformNotSupported.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ internal Arm64() { }
10161016
/// UHADD Ztied1.B, Pg/M, Ztied1.B, Zop2.B
10171017
/// UHADD Ztied2.B, Pg/M, Ztied2.B, Zop1.B
10181018
/// </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(); }
10201020

10211021
/// <summary>
10221022
/// svint16_t svhadd[_s16]_m(svbool_t pg, svint16_t op1, svint16_t op2)
@@ -1026,7 +1026,7 @@ internal Arm64() { }
10261026
/// SHADD Ztied1.H, Pg/M, Ztied1.H, Zop2.H
10271027
/// SHADD Ztied2.H, Pg/M, Ztied2.H, Zop1.H
10281028
/// </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(); }
10301030

10311031
/// <summary>
10321032
/// svint32_t svhadd[_s32]_m(svbool_t pg, svint32_t op1, svint32_t op2)
@@ -1036,7 +1036,7 @@ internal Arm64() { }
10361036
/// SHADD Ztied1.S, Pg/M, Ztied1.S, Zop2.S
10371037
/// SHADD Ztied2.S, Pg/M, Ztied2.S, Zop1.S
10381038
/// </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(); }
10401040

10411041
/// <summary>
10421042
/// svint64_t svhadd[_s64]_m(svbool_t pg, svint64_t op1, svint64_t op2)
@@ -1046,7 +1046,7 @@ internal Arm64() { }
10461046
/// SHADD Ztied1.D, Pg/M, Ztied1.D, Zop2.D
10471047
/// SHADD Ztied2.D, Pg/M, Ztied2.D, Zop1.D
10481048
/// </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(); }
10501050

10511051
/// <summary>
10521052
/// svint8_t svhadd[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2)
@@ -1056,7 +1056,7 @@ internal Arm64() { }
10561056
/// SHADD Ztied1.B, Pg/M, Ztied1.B, Zop2.B
10571057
/// SHADD Ztied2.B, Pg/M, Ztied2.B, Zop1.B
10581058
/// </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(); }
10601060

10611061
/// <summary>
10621062
/// svuint16_t svhadd[_u16]_m(svbool_t pg, svuint16_t op1, svuint16_t op2)
@@ -1066,7 +1066,7 @@ internal Arm64() { }
10661066
/// UHADD Ztied1.H, Pg/M, Ztied1.H, Zop2.H
10671067
/// UHADD Ztied2.H, Pg/M, Ztied2.H, Zop1.H
10681068
/// </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(); }
10701070

10711071
/// <summary>
10721072
/// svuint32_t svhadd[_u32]_m(svbool_t pg, svuint32_t op1, svuint32_t op2)
@@ -1076,7 +1076,7 @@ internal Arm64() { }
10761076
/// UHADD Ztied1.S, Pg/M, Ztied1.S, Zop2.S
10771077
/// UHADD Ztied2.S, Pg/M, Ztied2.S, Zop1.S
10781078
/// </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(); }
10801080

10811081
/// <summary>
10821082
/// svuint64_t svhadd[_u64]_m(svbool_t pg, svuint64_t op1, svuint64_t op2)
@@ -1086,7 +1086,7 @@ internal Arm64() { }
10861086
/// UHADD Ztied1.D, Pg/M, Ztied1.D, Zop2.D
10871087
/// UHADD Ztied2.D, Pg/M, Ztied2.D, Zop1.D
10881088
/// </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(); }
10901090

10911091
// Halving subtract
10921092

0 commit comments

Comments
 (0)