Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorEric Erhardt <eric.erhardt@microsoft.com>2018-02-28 22:47:21 +0300
committerEric Erhardt <eric.erhardt@microsoft.com>2018-03-01 21:19:50 +0300
commit7e5f966400e20493b08287a78a7317f574d7ea8d (patch)
tree631306dbd3df50462475db9202f95decdad4ca22 /pkg
parent97a52649bbaa8622d1285b87af1741674bc10735 (diff)
System.Runtime.Intrinsics for .NET Core 2.1
- Remove System.Runtime.Intrinsics from Microsoft.NETCore.App. - Rename to System.Runtime.Intrinsics.Experimental - Create a standalone nupkg.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json6
-rw-r--r--pkg/descriptions.json8
2 files changed, 10 insertions, 4 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index cb5939e2ca..c9520c6385 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -3724,10 +3724,8 @@
"4.0.2.0": "4.3.0"
}
},
- "System.Runtime.Intrinsics": {
- "InboxOn": {
- "netcoreapp2.1": "4.0.0.0"
- },
+ "System.Runtime.Intrinsics.Experimental": {
+ "InboxOn": {},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.5.0"
}
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 065047c234..11f18a7770 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1515,6 +1515,14 @@
]
},
{
+ "Name": "System.Runtime.Intrinsics.Experimental",
+ "Description": "Provides APIs to processor specific instructions.",
+ "CommonTypes": [
+ "System.Runtime.Intrinsics.Vector128<>",
+ "System.Runtime.Intrinsics.Vector256<>"
+ ]
+ },
+ {
"Name": "System.Runtime.Loader",
"Description": "Provides the System.Runtime.Loader.AssemblyLoadContext class, which provides members for loading assemblies.",
"CommonTypes": [