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

Vladimir Ivanov vlivanov at openjdk.java.net
Mon Feb 8 16:01:53 UTC 2021


On Fri, 5 Feb 2021 22:00:16 GMT, Sandhya Viswanathan <sviswanathan 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.

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

Marked as reviewed by vlivanov (Committer).

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


More information about the panama-dev mailing list