Fix hardware intrinsc API XML comments (dotnet/coreclr#21515)
authorFei Peng <fei.peng@intel.com>
Thu, 13 Dec 2018 17:00:16 +0000 (09:00 -0800)
committerTanner Gooding <tagoo@outlook.com>
Thu, 13 Dec 2018 17:00:16 +0000 (09:00 -0800)
commitb1dffe82afffdf224aa244483465c7280fc1828f
tree4fb094324afb43320a83e79bc75e6610431d6568
parent6829bad6b671187a4025e9c4eb22aad9da59a0d8
Fix hardware intrinsc API XML comments (dotnet/coreclr#21515)

* Fix AVX2 and SSE2 XML comments

* Fix ARM intrinsic XML comments

Commit migrated from https://github.com/dotnet/coreclr/commit/fdef855fa1df3540ba632bfae850279d627bde66
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Arm64/Aes.PlatformNotSupported.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Arm64/Aes.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Arm64/Sha1.PlatformNotSupported.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Arm64/Sha1.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Arm64/Sha256.PlatformNotSupported.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Arm64/Sha256.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Arm64/Simd.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Avx2.PlatformNotSupported.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse2.PlatformNotSupported.cs