[VectorAPI] Shift operations test coverage

Halimi, Jean-Philippe jean-philippe.halimi at intel.com
Thu Jun 7 18:47:40 UTC 2018


Thanks for your review.

I will add the missing template file. However, I cannot find the operations you are referring to in the java source files.

Namely, here is what I see:

shiftL(int)
shiftR(int)
aShiftR(int)
shiftL(vec) shiftL(vec, mask)
shiftR(vec) shiftR(vec, mask)

Did I miss something?

Jp

-----Original Message-----
From: Paul Sandoz [mailto:paul.sandoz at oracle.com] 
Sent: Tuesday, June 5, 2018 3:40 PM
To: Halimi, Jean-Philippe <jean-philippe.halimi at intel.com>
Cc: panama-dev at openjdk.java.net
Subject: Re: [VectorAPI] Shift operations test coverage

Some stuff is missing:

- Shift-op.template

- tests for arithmetic shift right with a vector (with and without a mask)

- tests for shifting by a constant and a mask

Paul.

> On Jun 5, 2018, at 1:09 PM, Halimi, Jean-Philippe <jean-philippe.halimi at intel.com> wrote:
> 
> Dear all,
> 
> I have added support for Shift operations test coverage in the VectorAPI test infrastructure.
> 
> Here is the webrev:
> http://cr.openjdk.java.net/~jphalimi/webrev_shiftTests_v1.0/
> 
> Please let me know your thoughts! :)
> 
> Jp



More information about the panama-dev mailing list