Base64
Base64 copied to clipboard
Base64UrlEncoder.Decode reuse AVX vectors
For context see https://github.com/gfoidl/Base64/pull/124#issuecomment-601486041
Due to JIT limits (too many locals) the avx-codepath won't inline. Thus the change got [reverted] (https://github.com/gfoidl/Base64/pull/124#issuecomment-601877657).
Recheck later if JIT improved, so this method can get the benefit of reusing the avx vectos and smaller code size.