From f93cc96a9849e5826156b0c64f439ee61ff4d6d0 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Wed, 7 Feb 2018 12:41:06 -0800 Subject: [PATCH] Removing the Sse2.LoadScalarVector128 overloads that are invalid. --- .../ref/System.Runtime.Intrinsics.cs | 4 ---- 1 file changed, 4 deletions(-) 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; }