mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +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
|
@ -2967,6 +2967,7 @@ void Compile::final_graph_reshaping_main_switch(Node* n, Final_Reshape_Counts& f
|
|||
frc.inc_java_call_count(); // Count java call site;
|
||||
case Op_CallRuntime:
|
||||
case Op_CallLeaf:
|
||||
case Op_CallLeafVector:
|
||||
case Op_CallNative:
|
||||
case Op_CallLeafNoFP: {
|
||||
assert (n->is_Call(), "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue