RFR: 8353786: Migrate Vector API math library support to FFM API [v5]

Vladimir Ivanov vlivanov at openjdk.org
Wed Apr 16 19:21:25 UTC 2025


On Wed, 16 Apr 2025 01:47:02 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> src/hotspot/share/opto/vectorIntrinsics.cpp line 488:
>> 
>>> 486: // V binaryOp(long address, Class<? extends V> vClass, Class<E> elementType, int length,
>>> 487: //            V v1, V v2,
>>> 488: //            BinaryOperation<V, ?> defaultImpl)
>> 
>> `debugName` parameter is missing
>
> It seems the function should be updated to `libraryBinaryOp` and `libraryUnaryOp`?

Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24462#discussion_r2047597002


More information about the core-libs-dev mailing list