[vectorIntrinsics] Integrated: Remove `byte[]` and `ByteBuffer` access methods.
    Paul Sandoz 
    psandoz at openjdk.java.net
       
    Thu Apr 21 00:18:59 UTC 2022
    
    
  
On Thu, 7 Apr 2022 22:38:49 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> Removes `byte[]` and `ByteBuffer` vector access methods.
> 
> Fixes performance issue with the fallback implementation of `MemorySegment` accessors (the `ValueLayout` passed to the scalar accessors needs to be constant).
This pull request has now been integrated.
Changeset: 97858e05
Author:    Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.java.net/panama-vector/commit/97858e054b12347c3e146f0dd5104f235b7b6307
Stats:     22288 lines in 88 files changed: 663 ins; 21264 del; 361 mod
Remove `byte[]` and `ByteBuffer` access methods.
Reviewed-by: sviswanathan
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/190
    
    
More information about the panama-dev
mailing list