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:
Sandhya Viswanathan 2021-06-03 20:03:36 +00:00
parent e27c4d463d
commit 9f05c411e6
119 changed files with 415947 additions and 185 deletions

View file

@ -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) \