8205528: Base64 encoding algorithm using AVX512 instructions

Reviewed-by: kvn, psandoz
This commit is contained in:
Smita Kamath 2018-06-27 20:21:42 -07:00 committed by Vladimir Kozlov
parent a937d2876b
commit 3feaefd75f
28 changed files with 1851 additions and 23 deletions

View file

@ -128,6 +128,7 @@ address StubRoutines::_cipherBlockChaining_encryptAESCrypt = NULL;
address StubRoutines::_cipherBlockChaining_decryptAESCrypt = NULL;
address StubRoutines::_counterMode_AESCrypt = NULL;
address StubRoutines::_ghash_processBlocks = NULL;
address StubRoutines::_base64_encodeBlock = NULL;
address StubRoutines::_sha1_implCompress = NULL;
address StubRoutines::_sha1_implCompressMB = NULL;