Re: RFR: 8339543: [vectorapi] laneHelper and withLaneHelper should be ForceInline

2025-04-04 Thread Paul Sandoz
On Fri, 21 Mar 2025 17:38:53 GMT, Ian Graves wrote: > Adding ForceInline to helper methods. Marked as reviewed by psandoz (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/24165#pullrequestreview-2707336821

RFR: 8339543: [vectorapi] laneHelper and withLaneHelper should be ForceInline

2025-03-21 Thread Ian Graves
Adding ForceInline to helper methods. - Commit messages: - Adding ForceInline to helper operations Changes: https://git.openjdk.org/jdk/pull/24165/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24165&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8339543 Stats: 64

Re: RFR: 8339543: [vectorapi] laneHelper and withLaneHelper should be ForceInline

2025-03-21 Thread Chen Liang
On Fri, 21 Mar 2025 17:38:53 GMT, Ian Graves wrote: > Adding ForceInline to helper methods. `insert` and `extract` are intrinsics indeed. Assuming vector API belongs to core-libs. - Marked as reviewed by liach (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/24165#pullrequ