[vectorIntrinsics] Integrated: 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 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

This pull request has now been integrated.

Changeset: 3e06fc00
Author:    Sandhya Viswanathan <sviswanathan at openjdk.org>
URL:       https://git.openjdk.java.net/panama-vector/commit/3e06fc00
Stats:     8 lines in 2 files changed: 3 ins; 0 del; 5 mod

8261267: Math vector stubs are not called from jitted code

Reviewed-by: vlivanov

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

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


More information about the panama-dev mailing list