Skip to content

Commit

Permalink
Remove redundant implmentations
Browse files Browse the repository at this point in the history
  • Loading branch information
SwapnilGaikwad committed Sep 15, 2023
1 parent 43e8aa7 commit 14e9778
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15176,16 +15176,6 @@ internal Arm64() { }
/// </summary>
public static Vector64<sbyte> VectorTableLookupExtension(Vector64<sbyte> defaultValues, (Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector64<sbyte> byteIndexes) { throw new PlatformNotSupportedException(); }

/// <summary>
/// A64: ST2 Qt1, Qt2, [Xn]
/// </summary>
public static unsafe void StoreVector128x2(uint* address, (Vector128<int> Value1, Vector128<int> Value2) value) { throw new PlatformNotSupportedException(); }

/// <summary>
/// A64: ST2 Qt1, Qt2, [Xn]
/// </summary>
public static unsafe void StoreVector128x2(uint* address, (Vector128<int> Value1, Vector128<int> Value2) value) { throw new PlatformNotSupportedException(); }

/// <summary>
/// uint8x8_t veor_u8 (uint8x8_t a, uint8x8_t b)
/// A32: VEOR Dd, Dn, Dm
Expand Down

0 comments on commit 14e9778

Please sign in to comment.