mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8145688: Update for x86 pow in the math lib
Optimizes Math.pow() for 64 and 32 bit X86 architecture using Intel LIBM implementation. Reviewed-by: kvn
This commit is contained in:
parent
bc04deac15
commit
453650389f
27 changed files with 3714 additions and 691 deletions
|
@ -6603,7 +6603,6 @@ void LinearScanStatistic::collect(LinearScan* allocator) {
|
|||
case lir_cos:
|
||||
case lir_abs:
|
||||
case lir_log10:
|
||||
case lir_pow:
|
||||
case lir_logic_and:
|
||||
case lir_logic_or:
|
||||
case lir_logic_xor:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue