[vector] ByteBuffer byte ordering
Lupusoru, Razvan A
razvan.a.lupusoru at intel.com
Fri Apr 13 18:37:03 UTC 2018
Hi all,
The Vector API uses ByteBuffers internally in several circumstances including resizing, rebracketing, and also exposes methods from reading from and writing to byte buffers. Ideally, the byte ordering should match the native byte ordering so that there is consistency between intrinsification implementation with vector instructions and java implementation.
Please take a look at the patch here:
http://cr.openjdk.java.net/~rlupusoru/panama/webrev_byteorder_00/
Thanks,
Razvan
More information about the panama-dev
mailing list