Pulling in CoreFX changes and fixing up Sse2.StoreLow to be Sse2.StoreScalar (#24123)
commit2119795cae2470989674afb423dfdd540f738e3c
authorTanner Gooding <tagoo@outlook.com>
Sat, 20 Apr 2019 03:33:46 +0000 (19 20:33 -0700)
committerdotnet-bot <dotnet-bot@microsoft.com>
Mon, 22 Apr 2019 16:45:47 +0000 (22 16:45 +0000)
treeb93b580927e05c11a5ba07f4d627488b23d8a69a
parentb1255e5f838b39f57bbce29cf405f38f5f4dccab
Pulling in CoreFX changes and fixing up Sse2.StoreLow to be Sse2.StoreScalar (#24123)

* Update dependencies from https://github.com/dotnet/corefx build 20190419.5

    - Microsoft.NETCore.Platforms - 3.0.0-preview5.19219.5
    - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview5.19219.5

* Removing the Sse2.StoreLow(long/ulong*, ...) methods that have been replaced

* Moving the Sse2.StoreLow(long/ulong*, ...) tests to be Sse2.StoreScalar tests

* Fixing some existing usages of Sse2.StoreLow(long/ulong*, ...)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Sse2.PlatformNotSupported.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Sse2.cs
netcore/System.Private.CoreLib/shared/System/Text/ASCIIUtility.cs