mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8167065: Add intrinsic support for double precision shifting on x86_64
Reviewed-by: kvn
This commit is contained in:
parent
f4af0eadb6
commit
995da6eb2a
22 changed files with 628 additions and 50 deletions
|
@ -157,6 +157,8 @@ address StubRoutines::_squareToLen = NULL;
|
|||
address StubRoutines::_mulAdd = NULL;
|
||||
address StubRoutines::_montgomeryMultiply = NULL;
|
||||
address StubRoutines::_montgomerySquare = NULL;
|
||||
address StubRoutines::_bigIntegerRightShiftWorker = NULL;
|
||||
address StubRoutines::_bigIntegerLeftShiftWorker = NULL;
|
||||
|
||||
address StubRoutines::_vectorizedMismatch = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue