RFR: 8264945: Optimize the code-gen for Math.pow(x, 0.5)

Jie Fu jiefu at openjdk.java.net
Fri Apr 9 03:59:15 UTC 2021


On Fri, 9 Apr 2021 03:37:52 GMT, Hui Shi <hshi at openjdk.org> wrote:

> Does float vector needs same optimization, convert pow to sqrt?

Thanks @huishi-hs for your review.

The same optimization for the vector api is in progress.
Let's see what the reviewers think of this opt.

Thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3404


More information about the hotspot-compiler-dev mailing list