RFR: 8338021: Support new unsigned and saturating vector operators in VectorAPI [v13]

Jatin Bhateja jbhateja at openjdk.org
Wed Sep 18 13:47:08 UTC 2024


On Wed, 18 Sep 2024 12:51:00 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> Do we have tests for the publically exposed methods in this new file? Or are they only implicitly tested through the VectorAPI, and its tests? `src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorMath.java`
> 
> Why is this even called `VectorMath`? Because those ops are not at all restricted to vectorization, right?

Nomenclature is suggested by Paul. 

We have sufficient test coverage of these APIs in JTREG tests.

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

PR Comment: https://git.openjdk.org/jdk/pull/20507#issuecomment-2358514597


More information about the core-libs-dev mailing list