diff --git a/src/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.cs b/src/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.cs index 243d1b13a18d..d65691f26185 100644 --- a/src/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.cs +++ b/src/System.Runtime.Intrinsics/ref/System.Runtime.Intrinsics.cs @@ -996,10 +996,6 @@ public static class Sse2 public static void LoadFence() { throw null; } public static unsafe Vector128 LoadHigh(Vector128 lower, double* address) { throw null; } public static unsafe Vector128 LoadLow(Vector128 upper, double* address) { throw null; } - public static unsafe Vector128 LoadScalarVector128(sbyte* address) { throw null; } - public static unsafe Vector128 LoadScalarVector128(byte* address) { throw null; } - public static unsafe Vector128 LoadScalarVector128(short* address) { throw null; } - public static unsafe Vector128 LoadScalarVector128(ushort* address) { throw null; } public static unsafe Vector128 LoadScalarVector128(int* address) { throw null; } public static unsafe Vector128 LoadScalarVector128(uint* address) { throw null; } public static unsafe Vector128 LoadScalarVector128(long* address) { throw null; }