[vectorIntrinsics] RFR: 8261267: Math vector stubs are not called from jitted code

Sandhya Viswanathan sviswanathan at openjdk.java.net
Mon Feb 8 22:41:53 UTC 2021


On Mon, 8 Feb 2021 15:51:24 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> The svml math vector stubs intrinsification is failing and the stubs are not being called from jitted code.
>> The LibraryCallKit::inline_vector_nary_operation needs to be updated to call the svml math vector stubs where available.
>> Also the MachCallRuntimeNode::ret_addr_offset() in the ad file needs to be adjusted for vector calls.
>> 
>> Please review.
>> 
>> Best Regards,
>> Sandhya
>
> Looks good.

Thanks a lot @iwanowww for the review.

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

PR: https://git.openjdk.java.net/panama-vector/pull/35


More information about the panama-dev mailing list