mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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
|
@ -4018,7 +4018,6 @@ int MatchRule::is_expensive() const {
|
|||
strcmp(opType,"ModD")==0 ||
|
||||
strcmp(opType,"ModF")==0 ||
|
||||
strcmp(opType,"ModI")==0 ||
|
||||
strcmp(opType,"PowD")==0 ||
|
||||
strcmp(opType,"SinD")==0 ||
|
||||
strcmp(opType,"SqrtD")==0 ||
|
||||
strcmp(opType,"TanD")==0 ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue