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)
commit697273cff445a400547b48b5077ebe768813d022
treedc63b885077c2938b58a88e54648924848756d0f
parent050d1293d1d352e7e3ab14184704a561238e8aae
Make `Vector64<T>`, `Vector128<T>`, and `Vector256<T>` readonly

Commit migrated from https://github.com/dotnet/coreclr/commit/e45ee4e0236da11c7f12f1e17087aeda0d37abe6
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128DebugView.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256DebugView.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64DebugView.cs