[vector] open issues tagged with vectorIntrinsic label

Paul Sandoz paul.sandoz at oracle.com
Wed Nov 6 02:00:35 UTC 2019


Hi,

Thanks for the issue sweep.

> On Nov 5, 2019, at 5:14 PM, Viswanathan, Sandhya <sandhya.viswanathan at intel.com> wrote:
> 
> Hi Paul,
> 
> Of the list that you identified, I have marked the following as resolved with description in the bug:
> https://bugs.openjdk.java.net/browse/JDK-8225018
> https://bugs.openjdk.java.net/browse/JDK-8224988
> https://bugs.openjdk.java.net/browse/JDK-8222897 <https://bugs.openjdk.java.net/browse/JDK-8222897>

Ok.


> https://bugs.openjdk.java.net/browse/JDK-8223368:  A minor note, the REINTERPRET_F2I is specified in JavaDoc to use floatToRawIntBits() whereas D2L is not using the Raw version. The intrinsics would be what "Raw" versions do, just reinterpret the bits.
> 

Ah, let's update the spec for that.


> The following are still open:
>  https://bugs.openjdk.java.net/browse/JDK-8223367
>  https://bugs.openjdk.java.net/browse/JDK-8221816
>  The problem in both is the gather/scatter with mask (fromArray, intoArray) is not implemented. Need your help on this one.
> 

It’s clear I overlooked things when staring at the code,  I’ll take another more detailed look.


> The following is likely fixed by John:
>  https://bugs.openjdk.java.net/browse/JDK-8223366  
> 

Yes, I’ll close it down.

Paul.


More information about the panama-dev mailing list