[vectorIntrinsics] Withdrawn: Improve mask reduction operations on AVX
Mai Đặng Quân Anh
duke at openjdk.java.net
Thu Nov 25 07:56:27 UTC 2021
On Tue, 2 Nov 2021 10:58:19 GMT, Mai Đặng Quân Anh <duke at openjdk.java.net> wrote:
> Hi,
> This patch improves the logic of vector mask reduction operations on AVX, especially int, float, long, double, by using vmovmskpd and vmovmskps instructions. I also do a little refactoring to reduce duplication in toLong. The patch temporarily disables these operations on Neon, though.
> Thank you very much.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/158
More information about the panama-dev
mailing list