diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.PlatformNotSupported.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.PlatformNotSupported.cs
index 439b40a02dcf5c..f8fedb708310d8 100644
--- a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.PlatformNotSupported.cs
+++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.PlatformNotSupported.cs
@@ -31,7 +31,8 @@ internal Arm64() { }
public static new bool IsSupported { [Intrinsic] get { return false; } }
}
- /// Abs : Absolute value
+
+ // Absolute value
///
/// svint8_t svabs[_s8]_m(svint8_t inactive, svbool_t pg, svint8_t op)
@@ -75,7 +76,8 @@ internal Arm64() { }
///
public static unsafe Vector Abs(Vector value) { throw new PlatformNotSupportedException(); }
- /// Absolute compare greater than
+
+ // Absolute compare greater than
///
/// svbool_t svacgt[_f32](svbool_t pg, svfloat32_t op1, svfloat32_t op2)
@@ -89,7 +91,8 @@ internal Arm64() { }
///
public static unsafe Vector AbsoluteCompareGreaterThan(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Absolute compare greater than or equal to
+
+ // Absolute compare greater than or equal to
///
/// svbool_t svacge[_f32](svbool_t pg, svfloat32_t op1, svfloat32_t op2)
@@ -103,7 +106,8 @@ internal Arm64() { }
///
public static unsafe Vector AbsoluteCompareGreaterThanOrEqual(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Absolute compare less than
+
+ // Absolute compare less than
///
/// svbool_t svaclt[_f32](svbool_t pg, svfloat32_t op1, svfloat32_t op2)
@@ -117,7 +121,8 @@ internal Arm64() { }
///
public static unsafe Vector AbsoluteCompareLessThan(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Absolute compare less than or equal to
+
+ // Absolute compare less than or equal to
///
/// svbool_t svacle[_f32](svbool_t pg, svfloat32_t op1, svfloat32_t op2)
@@ -131,7 +136,8 @@ internal Arm64() { }
///
public static unsafe Vector AbsoluteCompareLessThanOrEqual(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// AbsoluteDifference : Absolute difference
+
+ // Absolute difference
///
/// svuint8_t svabd[_u8]_m(svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -213,7 +219,8 @@ internal Arm64() { }
///
public static unsafe Vector AbsoluteDifference(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Add : Add
+
+ // Add
///
/// svint8_t svadd[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2)
@@ -285,7 +292,8 @@ internal Arm64() { }
///
public static unsafe Vector Add(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// AddAcross : Add reduction
+
+ // Add reduction
///
/// float64_t svaddv[_f64](svbool_t pg, svfloat64_t op)
@@ -347,7 +355,8 @@ internal Arm64() { }
///
public static unsafe Vector AddAcross(Vector value) { throw new PlatformNotSupportedException(); }
- /// Complex add with rotate
+
+ // Complex add with rotate
///
/// svfloat64_t svcadd[_f64]_m(svbool_t pg, svfloat64_t op1, svfloat64_t op2, uint64_t imm_rotation)
@@ -367,7 +376,8 @@ internal Arm64() { }
///
public static unsafe Vector AddRotateComplex(Vector left, Vector right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new PlatformNotSupportedException(); }
- /// AddSaturate : Saturating add
+
+ // Saturating add
///
/// svuint8_t svqadd[_u8](svuint8_t op1, svuint8_t op2)
@@ -417,7 +427,8 @@ internal Arm64() { }
///
public static unsafe Vector AddSaturate(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// AddSequentialAcross : Add reduction (strictly-ordered)
+
+ // Add reduction (strictly-ordered)
///
/// float64_t svadda[_f64](svbool_t pg, float64_t initial, svfloat64_t op)
@@ -431,7 +442,8 @@ internal Arm64() { }
///
public static unsafe Vector AddSequentialAcross(Vector initial, Vector value) { throw new PlatformNotSupportedException(); }
- /// And : Bitwise AND
+
+ // Bitwise AND
///
/// svuint8_t svand[_u8]_m(svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -522,7 +534,7 @@ internal Arm64() { }
public static unsafe Vector And(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// AndAcross : Bitwise AND reduction to scalar
+ // Bitwise AND reduction to scalar
///
/// uint8_t svandv[_u8](svbool_t pg, svuint8_t op)
@@ -573,7 +585,7 @@ internal Arm64() { }
public static unsafe Vector AndAcross(Vector value) { throw new PlatformNotSupportedException(); }
- /// BitwiseClear : Bitwise clear
+ // Bitwise clear
///
/// svuint8_t svbic[_u8]_m(svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -664,7 +676,7 @@ internal Arm64() { }
public static unsafe Vector BitwiseClear(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// BooleanNot : Logically invert boolean condition
+ // Logically invert boolean condition
///
/// svuint8_t svcnot[_u8]_m(svuint8_t inactive, svbool_t pg, svuint8_t op)
@@ -730,7 +742,8 @@ internal Arm64() { }
///
public static unsafe Vector BooleanNot(Vector value) { throw new PlatformNotSupportedException(); }
- /// Shuffle active elements of vector to the right and fill with zero
+
+ // Shuffle active elements of vector to the right and fill with zero
///
/// svfloat64_t svcompact[_f64](svbool_t pg, svfloat64_t op)
@@ -768,7 +781,8 @@ internal Arm64() { }
///
public static unsafe Vector Compact(Vector mask, Vector value) { throw new PlatformNotSupportedException(); }
- /// Compare equal to
+
+ // Compare equal to
///
/// svbool_t svcmpeq[_u8](svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -848,7 +862,8 @@ internal Arm64() { }
///
public static unsafe Vector CompareEqual(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Compare greater than
+
+ // Compare greater than
///
/// svbool_t svcmpgt[_u8](svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -947,7 +962,7 @@ internal Arm64() { }
public static unsafe Vector CompareGreaterThan(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Compare greater than or equal to
+ // Compare greater than or equal to
///
/// svbool_t svcmpge[_u8](svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -1046,7 +1061,7 @@ internal Arm64() { }
public static unsafe Vector CompareGreaterThanOrEqual(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Compare less than
+ // Compare less than
///
/// svbool_t svcmplt[_u8](svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -1145,7 +1160,7 @@ internal Arm64() { }
public static unsafe Vector CompareLessThan(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Compare less than or equal to
+ // Compare less than or equal to
///
/// svbool_t svcmple[_u8](svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -1243,7 +1258,8 @@ internal Arm64() { }
///
public static unsafe Vector CompareLessThanOrEqual(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Compare not equal to
+
+ // Compare not equal to
///
/// svbool_t svcmpne[_u8](svbool_t pg, svuint8_t op1, svuint8_t op2)
@@ -1324,7 +1340,7 @@ internal Arm64() { }
public static unsafe Vector CompareNotEqualTo(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Compare unordered with
+ // Compare unordered with
///
/// svbool_t svcmpuo[_f64](svbool_t pg, svfloat64_t op1, svfloat64_t op2)
@@ -1338,7 +1354,8 @@ internal Arm64() { }
///
public static unsafe Vector CompareUnordered(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Compute vector addresses for 16-bit data
+
+ // Compute vector addresses for 16-bit data
///
/// svuint32_t svadrh[_u32base]_[s32]index(svuint32_t bases, svint32_t indices)
@@ -1365,7 +1382,7 @@ internal Arm64() { }
public static unsafe Vector Compute16BitAddresses(Vector bases, Vector indices) { throw new PlatformNotSupportedException(); }
- /// Compute vector addresses for 32-bit data
+ // Compute vector addresses for 32-bit data
///
/// svuint32_t svadrw[_u32base]_[s32]index(svuint32_t bases, svint32_t indices)
@@ -1392,7 +1409,7 @@ internal Arm64() { }
public static unsafe Vector Compute32BitAddresses(Vector bases, Vector indices) { throw new PlatformNotSupportedException(); }
- /// Compute vector addresses for 64-bit data
+ // Compute vector addresses for 64-bit data
///
/// svuint32_t svadrd[_u32base]_[s32]index(svuint32_t bases, svint32_t indices)
@@ -1419,7 +1436,7 @@ internal Arm64() { }
public static unsafe Vector Compute64BitAddresses(Vector bases, Vector indices) { throw new PlatformNotSupportedException(); }
- /// Compute vector addresses for 8-bit data
+ // Compute vector addresses for 8-bit data
///
/// svuint32_t svadrb[_u32base]_[s32]offset(svuint32_t bases, svint32_t offsets)
@@ -1445,7 +1462,8 @@ internal Arm64() { }
///
public static unsafe Vector Compute8BitAddresses(Vector bases, Vector indices) { throw new PlatformNotSupportedException(); }
- /// Conditionally extract element after last
+
+ // Conditionally extract element after last
///
/// svuint8_t svclasta[_u8](svbool_t pg, svuint8_t fallback, svuint8_t data)
@@ -1568,7 +1586,7 @@ internal Arm64() { }
public static unsafe ulong ConditionalExtractAfterLastActiveElement(Vector mask, ulong defaultValues, Vector data) { throw new PlatformNotSupportedException(); }
- /// Conditionally extract element after last
+ // Conditionally extract element after last
///
/// svuint8_t svclasta[_u8](svbool_t pg, svuint8_t fallback, svuint8_t data)
@@ -1631,7 +1649,7 @@ internal Arm64() { }
public static unsafe Vector ConditionalExtractAfterLastActiveElementAndReplicate(Vector mask, Vector defaultScalar, Vector data) { throw new PlatformNotSupportedException(); }
- /// Conditionally extract last element
+ // Conditionally extract last element
///
/// svuint8_t svclastb[_u8](svbool_t pg, svuint8_t fallback, svuint8_t data)
@@ -1754,7 +1772,7 @@ internal Arm64() { }
public static unsafe ulong ConditionalExtractLastActiveElement(Vector mask, ulong defaultValues, Vector data) { throw new PlatformNotSupportedException(); }
- /// Conditionally extract last element
+ // Conditionally extract last element
///
/// svuint8_t svclastb[_u8](svbool_t pg, svuint8_t fallback, svuint8_t data)
@@ -1817,8 +1835,7 @@ internal Arm64() { }
public static unsafe Vector ConditionalExtractLastActiveElementAndReplicate(Vector mask, Vector fallback, Vector data) { throw new PlatformNotSupportedException(); }
- /// Compare equal to
- /// ConditionalSelect : Conditionally select elements
+ // Conditionally select elements
///
/// svint8_t svsel[_s8](svbool_t pg, svint8_t op1, svint8_t op2)
@@ -1879,7 +1896,7 @@ internal Arm64() { }
public static unsafe Vector ConditionalSelect(Vector mask, Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// ConvertToDouble : Floating-point convert
+ // Floating-point convert
///
/// svfloat64_t svcvt_f64[_s32]_m(svfloat64_t inactive, svbool_t pg, svint32_t op)
@@ -1927,7 +1944,7 @@ internal Arm64() { }
public static unsafe Vector ConvertToDouble(Vector value) { throw new PlatformNotSupportedException(); }
- /// ConvertToInt32 : Floating-point convert
+ // Floating-point convert
///
/// svint32_t svcvt_s32[_f64]_m(svint32_t inactive, svbool_t pg, svfloat64_t op)
@@ -1948,7 +1965,7 @@ internal Arm64() { }
public static unsafe Vector ConvertToInt32(Vector value) { throw new PlatformNotSupportedException(); }
- /// ConvertToInt64 : Floating-point convert
+ // Floating-point convert
///
/// svint64_t svcvt_s64[_f64]_m(svint64_t inactive, svbool_t pg, svfloat64_t op)
@@ -1969,7 +1986,7 @@ internal Arm64() { }
public static unsafe Vector ConvertToInt64(Vector value) { throw new PlatformNotSupportedException(); }
- /// ConvertToSingle : Floating-point convert
+ // Floating-point convert
///
/// svfloat32_t svcvt_f32[_f64]_m(svfloat32_t inactive, svbool_t pg, svfloat64_t op)
@@ -2017,7 +2034,7 @@ internal Arm64() { }
public static unsafe Vector ConvertToSingle(Vector value) { throw new PlatformNotSupportedException(); }
- /// ConvertToUInt32 : Floating-point convert
+ // Floating-point convert
///
/// svuint32_t svcvt_u32[_f64]_m(svuint32_t inactive, svbool_t pg, svfloat64_t op)
@@ -2038,7 +2055,7 @@ internal Arm64() { }
public static unsafe Vector ConvertToUInt32(Vector value) { throw new PlatformNotSupportedException(); }
- /// ConvertToUInt64 : Floating-point convert
+ // Floating-point convert
///
/// svuint64_t svcvt_u64[_f64]_m(svuint64_t inactive, svbool_t pg, svfloat64_t op)
@@ -2059,7 +2076,7 @@ internal Arm64() { }
public static unsafe Vector ConvertToUInt64(Vector value) { throw new PlatformNotSupportedException(); }
- /// Count16BitElements : Count the number of 16-bit elements in a vector
+ // Count the number of 16-bit elements in a vector
///
/// uint64_t svcnth_pat(enum svpattern pattern)
@@ -2068,7 +2085,7 @@ internal Arm64() { }
public static unsafe ulong Count16BitElements([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// Count32BitElements : Count the number of 32-bit elements in a vector
+ // Count the number of 32-bit elements in a vector
///
/// uint64_t svcntw_pat(enum svpattern pattern)
@@ -2077,7 +2094,7 @@ internal Arm64() { }
public static unsafe ulong Count32BitElements([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// Count64BitElements : Count the number of 64-bit elements in a vector
+ // Count the number of 64-bit elements in a vector
///
/// uint64_t svcntd_pat(enum svpattern pattern)
@@ -2086,7 +2103,7 @@ internal Arm64() { }
public static unsafe ulong Count64BitElements([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// Count8BitElements : Count the number of 8-bit elements in a vector
+ // Count the number of 8-bit elements in a vector
///
/// uint64_t svcntb_pat(enum svpattern pattern)
@@ -2337,7 +2354,7 @@ internal Arm64() { }
public static unsafe Vector CreateBreakPropagateMask(Vector totalMask, Vector fromMask) { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2346,7 +2363,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskByte() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2355,7 +2372,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskDouble() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2364,7 +2381,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskInt16() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2373,7 +2390,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskInt32() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2382,7 +2399,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskInt64() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2391,7 +2408,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskSByte() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2400,7 +2417,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskSingle() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2409,7 +2426,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskUInt16() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2418,7 +2435,7 @@ internal Arm64() { }
public static unsafe Vector CreateFalseMaskUInt32() { throw new PlatformNotSupportedException(); }
- /// Set all predicate elements to false
+ // Set all predicate elements to false
///
/// svbool_t svpfalse[_b]()
@@ -2500,7 +2517,7 @@ internal Arm64() { }
public static unsafe Vector CreateMaskForNextActiveElement(Vector mask, Vector srcMask) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskByte : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b8(enum svpattern pattern)
@@ -2509,7 +2526,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskByte([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskDouble : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b8(enum svpattern pattern)
@@ -2518,7 +2535,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskDouble([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskInt16 : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b8(enum svpattern pattern)
@@ -2527,7 +2544,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskInt16([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskInt32 : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b8(enum svpattern pattern)
@@ -2536,7 +2553,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskInt32([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskInt64 : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b8(enum svpattern pattern)
@@ -2545,7 +2562,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskInt64([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskSByte : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b8(enum svpattern pattern)
@@ -2554,7 +2571,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskSByte([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskSingle : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b8(enum svpattern pattern)
@@ -2563,7 +2580,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskSingle([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskUInt16 : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b16(enum svpattern pattern)
@@ -2572,7 +2589,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskUInt16([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskUInt32 : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b32(enum svpattern pattern)
@@ -2581,7 +2598,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskUInt32([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateTrueMaskUInt64 : Set predicate elements to true
+ // Set predicate elements to true
///
/// svbool_t svptrue_pat_b64(enum svpattern pattern)
@@ -2590,7 +2607,7 @@ internal Arm64() { }
public static unsafe Vector CreateTrueMaskUInt64([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new PlatformNotSupportedException(); }
- /// CreateWhileLessThanMask16Bit : While incrementing scalar is less than
+ // While incrementing scalar is less than
///
/// svbool_t svwhilelt_b16[_s32](int32_t op1, int32_t op2)
@@ -2617,7 +2634,7 @@ internal Arm64() { }
public static unsafe Vector CreateWhileLessThanMask16Bit(ulong left, ulong right) { throw new PlatformNotSupportedException(); }
- /// CreateWhileLessThanMask32Bit : While incrementing scalar is less than
+ // While incrementing scalar is less than
///
/// svbool_t svwhilelt_b32[_s32](int32_t op1, int32_t op2)
@@ -2644,7 +2661,7 @@ internal Arm64() { }
public static unsafe Vector CreateWhileLessThanMask32Bit(ulong left, ulong right) { throw new PlatformNotSupportedException(); }
- /// CreateWhileLessThanMask64Bit : While incrementing scalar is less than
+ // While incrementing scalar is less than
///
/// svbool_t svwhilelt_b64[_s32](int32_t op1, int32_t op2)
@@ -2671,7 +2688,7 @@ internal Arm64() { }
public static unsafe Vector CreateWhileLessThanMask64Bit(ulong left, ulong right) { throw new PlatformNotSupportedException(); }
- /// CreateWhileLessThanMask8Bit : While incrementing scalar is less than
+ // While incrementing scalar is less than
///
/// svbool_t svwhilelt_b8[_s32](int32_t op1, int32_t op2)
@@ -2698,7 +2715,7 @@ internal Arm64() { }
public static unsafe Vector CreateWhileLessThanMask8Bit(ulong left, ulong right) { throw new PlatformNotSupportedException(); }
- /// CreateWhileLessThanOrEqualMask16Bit : While incrementing scalar is less than or equal to
+ // While incrementing scalar is less than or equal to
///
/// svbool_t svwhilele_b16[_s32](int32_t op1, int32_t op2)
@@ -2725,7 +2742,7 @@ internal Arm64() { }
public static unsafe Vector CreateWhileLessThanOrEqualMask16Bit(ulong left, ulong right) { throw new PlatformNotSupportedException(); }
- /// CreateWhileLessThanOrEqualMask32Bit : While incrementing scalar is less than or equal to
+ // While incrementing scalar is less than or equal to
///
/// svbool_t svwhilele_b32[_s32](int32_t op1, int32_t op2)
@@ -2752,7 +2769,7 @@ internal Arm64() { }
public static unsafe Vector CreateWhileLessThanOrEqualMask32Bit(ulong left, ulong right) { throw new PlatformNotSupportedException(); }
- /// CreateWhileLessThanOrEqualMask64Bit : While incrementing scalar is less than or equal to
+ // While incrementing scalar is less than or equal to
///
/// svbool_t svwhilele_b64[_s32](int32_t op1, int32_t op2)
@@ -2779,7 +2796,7 @@ internal Arm64() { }
public static unsafe Vector CreateWhileLessThanOrEqualMask64Bit(ulong left, ulong right) { throw new PlatformNotSupportedException(); }
- /// CreateWhileLessThanOrEqualMask8Bit : While incrementing scalar is less than or equal to
+ // While incrementing scalar is less than or equal to
///
/// svbool_t svwhilele_b8[_s32](int32_t op1, int32_t op2)
@@ -2806,7 +2823,7 @@ internal Arm64() { }
public static unsafe Vector CreateWhileLessThanOrEqualMask8Bit(ulong left, ulong right) { throw new PlatformNotSupportedException(); }
- /// Divide : Divide
+ // Divide
///
/// svfloat32_t svdiv[_f32]_m(svbool_t pg, svfloat32_t op1, svfloat32_t op2)
@@ -2833,7 +2850,7 @@ internal Arm64() { }
public static unsafe Vector Divide(Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// DotProduct : Dot product
+ // Dot product
///
/// svint32_t svdot[_s32](svint32_t op1, svint8_t op2, svint8_t op3)
@@ -2860,7 +2877,7 @@ internal Arm64() { }
public static unsafe Vector DotProduct(Vector addend, Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// DotProductBySelectedScalar : Dot product
+ // Dot product
///
/// svint32_t svdot_lane[_s32](svint32_t op1, svint8_t op2, svint8_t op3, uint64_t imm_index)
@@ -2887,7 +2904,7 @@ internal Arm64() { }
public static unsafe Vector DotProductBySelectedScalar(Vector addend, Vector left, Vector right, [ConstantExpected] byte rightIndex) { throw new PlatformNotSupportedException(); }
- /// Broadcast a scalar value
+ // Broadcast a scalar value
///
/// svuint8_t svdup_lane[_u8](svuint8_t data, uint8_t index)
@@ -3011,7 +3028,7 @@ internal Arm64() { }
public static unsafe Vector ExtractVector(Vector upper, Vector lower, [ConstantExpected] byte index) { throw new PlatformNotSupportedException(); }
- /// Floating-point exponential accelerator
+ // Floating-point exponential accelerator
///
/// svfloat64_t svexpa[_f64](svuint64_t op)
@@ -3026,7 +3043,7 @@ internal Arm64() { }
public static unsafe Vector FloatingPointExponentialAccelerator(Vector value) { throw new PlatformNotSupportedException(); }
- /// FusedMultiplyAdd : Multiply-add, addend first
+ // Multiply-add, addend first
///
/// svfloat64_t svmla[_f64]_m(svbool_t pg, svfloat64_t op1, svfloat64_t op2, svfloat64_t op3)
@@ -3045,7 +3062,7 @@ internal Arm64() { }
public static unsafe Vector FusedMultiplyAdd(Vector addend, Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// FusedMultiplyAddBySelectedScalar : Multiply-add, addend first
+ // Multiply-add, addend first
///
/// svfloat64_t svmla_lane[_f64](svfloat64_t op1, svfloat64_t op2, svfloat64_t op3, uint64_t imm_index)
@@ -3060,7 +3077,7 @@ internal Arm64() { }
public static unsafe Vector FusedMultiplyAddBySelectedScalar(Vector addend, Vector left, Vector right, [ConstantExpected] byte rightIndex) { throw new PlatformNotSupportedException(); }
- /// FusedMultiplyAddNegated : Negated multiply-add, addend first
+ // Negated multiply-add, addend first
///
/// svfloat64_t svnmla[_f64]_m(svbool_t pg, svfloat64_t op1, svfloat64_t op2, svfloat64_t op3)
@@ -3079,7 +3096,7 @@ internal Arm64() { }
public static unsafe Vector FusedMultiplyAddNegated(Vector addend, Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// FusedMultiplySubtract : Multiply-subtract, minuend first
+ // Multiply-subtract, minuend first
///
/// svfloat64_t svmls[_f64]_m(svbool_t pg, svfloat64_t op1, svfloat64_t op2, svfloat64_t op3)
@@ -3098,7 +3115,7 @@ internal Arm64() { }
public static unsafe Vector FusedMultiplySubtract(Vector minuend, Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// FusedMultiplySubtractBySelectedScalar : Multiply-subtract, minuend first
+ // Multiply-subtract, minuend first
///
/// svfloat64_t svmls_lane[_f64](svfloat64_t op1, svfloat64_t op2, svfloat64_t op3, uint64_t imm_index)
@@ -3113,7 +3130,7 @@ internal Arm64() { }
public static unsafe Vector FusedMultiplySubtractBySelectedScalar(Vector minuend, Vector left, Vector right, [ConstantExpected] byte rightIndex) { throw new PlatformNotSupportedException(); }
- /// FusedMultiplySubtractNegated : Negated multiply-subtract, minuend first
+ // Negated multiply-subtract, minuend first
///
/// svfloat64_t svnmls[_f64]_m(svbool_t pg, svfloat64_t op1, svfloat64_t op2, svfloat64_t op3)
@@ -3132,7 +3149,7 @@ internal Arm64() { }
public static unsafe Vector FusedMultiplySubtractNegated(Vector minuend, Vector left, Vector right) { throw new PlatformNotSupportedException(); }
- /// Prefetch halfwords
+ // Prefetch halfwords
///
/// void svprfh_gather_[s32]index(svbool_t pg, const void *base, svint32_t indices, enum svprfop op)
@@ -3207,7 +3224,7 @@ internal Arm64() { }
public static unsafe void GatherPrefetch16Bit(Vector mask, void* address, Vector indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
- /// Prefetch words
+ // Prefetch words
///
/// void svprfw_gather_[s32]index(svbool_t pg, const void *base, svint32_t indices, enum svprfop op)
@@ -3282,7 +3299,7 @@ internal Arm64() { }
public static unsafe void GatherPrefetch32Bit(Vector mask, void* address, Vector indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
- /// Prefetch doublewords
+ // Prefetch doublewords
///
/// void svprfd_gather_[s32]index(svbool_t pg, const void *base, svint32_t indices, enum svprfop op)
@@ -3357,7 +3374,7 @@ internal Arm64() { }
public static unsafe void GatherPrefetch64Bit(Vector mask, void* address, Vector indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
- /// Prefetch bytes
+ // Prefetch bytes
///
/// void svprfb_gather_[s32]offset(svbool_t pg, const void *base, svint32_t offsets, enum svprfop op)
@@ -3432,7 +3449,7 @@ internal Arm64() { }
public static unsafe void GatherPrefetch8Bit(Vector mask, void* address, Vector offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
- /// Unextended load
+ // Unextended load
///