Re: RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation

2025-04-24 Thread Xiaohong Gong
On Wed, 16 Apr 2025 08:58:34 GMT, Xiaohong Gong wrote: > ### Summary: > [JDK-8318650](http://java-service.client.nvidia.com/?q=8318650) added the > hotspot intrinsifying of subword gather load APIs for X86 platforms [1]. This > patch aims at implementing the equivalent functionality for AArch64

Re: RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation

2025-04-23 Thread Emanuel Peter
On Wed, 23 Apr 2025 13:02:31 GMT, Emanuel Peter wrote: >> Hi @jatin-bhateja , could you please help take a look at this PR especially >> the X86 part? Thanks a lot! >> Hi @RealFYang , could you please help review the RVV part? Thanks a lot! > > @XiaohongGong I had a quick look at your changes an

Re: RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation

2025-04-23 Thread Xiaohong Gong
On Thu, 17 Apr 2025 01:42:22 GMT, Xiaohong Gong wrote: >> ### Summary: >> [JDK-8318650](http://java-service.client.nvidia.com/?q=8318650) added the >> hotspot intrinsifying of subword gather load APIs for X86 platforms [1]. >> This patch aims at implementing the equivalent functionality for AAr

Re: RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation

2025-04-23 Thread Emanuel Peter
On Thu, 17 Apr 2025 01:42:22 GMT, Xiaohong Gong wrote: >> ### Summary: >> [JDK-8318650](http://java-service.client.nvidia.com/?q=8318650) added the >> hotspot intrinsifying of subword gather load APIs for X86 platforms [1]. >> This patch aims at implementing the equivalent functionality for AAr

Re: RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation

2025-04-21 Thread Xiaohong Gong
On Sun, 20 Apr 2025 03:28:48 GMT, SendaoYan wrote: >> ### Summary: >> [JDK-8318650](http://java-service.client.nvidia.com/?q=8318650) added the >> hotspot intrinsifying of subword gather load APIs for X86 platforms [1]. >> This patch aims at implementing the equivalent functionality for AArch64

Re: RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation

2025-04-19 Thread SendaoYan
On Wed, 16 Apr 2025 08:58:34 GMT, Xiaohong Gong wrote: > ### Summary: > [JDK-8318650](http://java-service.client.nvidia.com/?q=8318650) added the > hotspot intrinsifying of subword gather load APIs for X86 platforms [1]. This > patch aims at implementing the equivalent functionality for AArch64

Re: RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation

2025-04-16 Thread Xiaohong Gong
On Wed, 16 Apr 2025 08:58:34 GMT, Xiaohong Gong wrote: > ### Summary: > [JDK-8318650](http://java-service.client.nvidia.com/?q=8318650) added the > hotspot intrinsifying of subword gather load APIs for X86 platforms [1]. This > patch aims at implementing the equivalent functionality for AArch64

RFR: 8351623: VectorAPI: Refactor subword gather load and add SVE implementation

2025-04-16 Thread Xiaohong Gong
### Summary: [JDK-8318650](http://java-service.client.nvidia.com/?q=8318650) added the hotspot intrinsifying of subword gather load APIs for X86 platforms [1]. This patch aims at implementing the equivalent functionality for AArch64 SVE platform. In addition to the AArch64 backend support, this