Base64 icon indicating copy to clipboard operation
Base64 copied to clipboard

Revert Unsafe.WriteUnaligned workaround

Open gfoidl opened this issue 4 years ago • 0 comments

https://github.com/dotnet/runtime/issues/11524 got fixed, so Unsafe.WriteUnaligned can be used (for correctness).

E.g. https://github.com/gfoidl/Base64/blob/90470c28bdd511de23e6d5f3a901b42346e7af17/source/gfoidl.Base64/Internal/Vector256Helper.cs#L70-L75

Search for: https://github.com/dotnet/coreclr/issues/21132

gfoidl avatar Mar 19 '20 17:03 gfoidl