[vectorIntrinsics] RFR: 8274533: [Vector API] Incorrect computation by VectorMask.toLong operation after JDK-8273949
Jie Fu
jiefu at openjdk.java.net
Thu Sep 30 11:46:58 UTC 2021
On Thu, 30 Sep 2021 10:13:01 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> Hi Jei, I am working on an alternate patch which fixes instruction sequence in legacy storeMask patterns. Will share it shortly, I think it will also address this issue, kindly review the patch once its posted.
>
> Best Regards, Jatin
Hi @jatin-bhateja ,
This is just a small bug fix, which follows the code style of current implementation.
Maybe you can still go on with your enhancement after this fix.
It took me hours to narrow down and fix the problem.
Otherwise, it would be completely a waste of time to do this kind of things.
Thanks.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/138
More information about the panama-dev
mailing list