mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +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
|
@ -322,6 +322,8 @@
|
|||
static_field(StubRoutines, _montgomeryMultiply, address) \
|
||||
static_field(StubRoutines, _montgomerySquare, address) \
|
||||
static_field(StubRoutines, _vectorizedMismatch, address) \
|
||||
static_field(StubRoutines, _bigIntegerRightShiftWorker, address) \
|
||||
static_field(StubRoutines, _bigIntegerLeftShiftWorker, address) \
|
||||
\
|
||||
nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \
|
||||
nonstatic_field(Thread, _allocated_bytes, jlong) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue