1
Applications and Porting / [DEV] Using Java's Vector API on PPC64LE
« on: March 14, 2025, 12:59:40 pm »Wanted to share this video I made on our experiences with Java's Vector API (incubating) on PPC64LE:
https://www.youtube.com/watch?v=auqYQdul52k
Its a mixed bag at this point in time - some workflows benefit, while some others do not.
The implementation of Vector API is x64/AArch64, with allowances to let other architectures provide implementation in the future. Perhaps this video will help encourage JVM implementations to address the shortfall.

