Base64 icon indicating copy to clipboard operation
Base64 copied to clipboard

Base64UrlEncoder.Decode reuse AVX vectors

Open gfoidl opened this issue 5 years ago • 0 comments

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.

gfoidl avatar Mar 20 '20 19:03 gfoidl