mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8143355: Update for addition of vectorizedMismatch intrinsic for x86
Co-authored-by: Liqi Yi <liqi.yi@intel.com> Reviewed-by: kvn
This commit is contained in:
parent
43d48c16d2
commit
2d9a6cfd3f
18 changed files with 351 additions and 4 deletions
|
@ -148,6 +148,8 @@ address StubRoutines::_mulAdd = NULL;
|
|||
address StubRoutines::_montgomeryMultiply = NULL;
|
||||
address StubRoutines::_montgomerySquare = NULL;
|
||||
|
||||
address StubRoutines::_vectorizedMismatch = NULL;
|
||||
|
||||
address StubRoutines::_dexp = NULL;
|
||||
address StubRoutines::_dlog = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue