Make `Vector64<T>`, `Vector128<T>`, and `Vector256<T>` readonly
authorTanner Gooding <tagoo@outlook.com>
Thu, 2 Aug 2018 16:16:11 +0000 (09:16 -0700)
committerTanner Gooding <tagoo@outlook.com>
Thu, 2 Aug 2018 20:53:50 +0000 (13:53 -0700)
commite45ee4e0236da11c7f12f1e17087aeda0d37abe6
treecc6be131ade88ca20324d5695565be962ca34d2a
parent1b87d827bee297c8883c9156cd9fa857aa58e4a5
Make `Vector64<T>`, `Vector128<T>`, and `Vector256<T>` readonly
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector128.cs
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector128DebugView.cs
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector256.cs
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector256DebugView.cs
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector64.cs
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector64DebugView.cs