[vectorIntrinsics+fp16] RFR: 8290204: FP16 initial backend implementation

Bhavana Kilambi bkilambi at openjdk.org
Thu Oct 20 10:32:24 UTC 2022


On Tue, 12 Jul 2022 21:52:29 GMT, Smita Kamath <svkamath at openjdk.org> wrote:

> Initial backend implementation for enabling FP16.

src/hotspot/share/opto/vectornode.cpp line 295:

> 293: // Return the vector operator for the specified scalar operation
> 294: // and vector length for half float
> 295: int VectorNode::opcode(int sopc) {

Hi, where is this function being referenced ? Should extra handling be added in this method - https://github.com/openjdk/panama-vector/blob/113ec5d22a8f1eff42e84e7c30472c78f89d7a36/src/hotspot/share/opto/vectorIntrinsics.cpp#L349 to generate a call to this function - VectorNode::opcode(int sopc) added in this PR ?

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

PR: https://git.openjdk.org/panama-vector/pull/204


More information about the panama-dev mailing list