dotnet-core/release-notes/2.1/Preview/api-diff/preview2/2.1-preview2_System.Runtime.Intrinsics.md
2018-04-10 17:24:20 -07:00

434 B

System.Runtime.Intrinsics

-namespace System.Runtime.Intrinsics {
 {
-    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=16)]
-    public struct Vector128<T> where T : struct

-    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=32)]
-    public struct Vector256<T> where T : struct

-}