mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8265783: Create a separate library for x86 Intel SVML assembly intrinsics
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org> Co-authored-by: Rahul Kandu <rkandu@openjdk.org> Co-authored-by: Razvan Lupusoru <rlupusoru@openjdk.org> Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org> Co-authored-by: Jie Fu <jiefu@openjdk.org> Co-authored-by: Ahmet Akkas <ahmet.akkas@intel.com> Co-authored-by: Marius Cornea <marius.cornea@intel.com> Reviewed-by: erikj, kvn, psandoz
This commit is contained in:
parent
e27c4d463d
commit
9f05c411e6
119 changed files with 415947 additions and 185 deletions
|
@ -1527,6 +1527,7 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
declare_c2_type(CallLeafNode, CallRuntimeNode) \
|
||||
declare_c2_type(CallNativeNode, CallNode) \
|
||||
declare_c2_type(CallLeafNoFPNode, CallLeafNode) \
|
||||
declare_c2_type(CallLeafVectorNode, CallLeafNode) \
|
||||
declare_c2_type(AllocateNode, CallNode) \
|
||||
declare_c2_type(AllocateArrayNode, AllocateNode) \
|
||||
declare_c2_type(LockNode, AbstractLockNode) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue