Re: RFR: 8341260: Add Float16 to jdk.incubator.vector [v14]

2024-11-12 Thread Joe Darcy
On Tue, 12 Nov 2024 21:01:36 GMT, Joe Darcy wrote: > > Looks good. Approving the current status. Are there plans for other small > > additions? > > Subsequent to this comment, I did a light clean-up pass over the tests. I'll > do a pass over the Float16 implementation too to make sure previous

Re: RFR: 8341260: Add Float16 to jdk.incubator.vector [v14]

2024-11-12 Thread Joe Darcy
On Tue, 12 Nov 2024 19:15:45 GMT, Raffaello Giulietti wrote: > Looks good. Approving the current status. Are there plans for other small > additions? Subsequent to this comment, I did a light clean-up pass over the tests. I'll do a pass over the Float16 implementation too to make sure previou

Re: RFR: 8341260: Add Float16 to jdk.incubator.vector [v14]

2024-11-12 Thread Raffaello Giulietti
On Tue, 12 Nov 2024 18:40:34 GMT, Joe Darcy wrote: >> Port of Float16 from java.lang in the lworld+fp16 branch to >> jdk.incubabor.vector. > > Joe Darcy has updated the pull request incrementally with one additional > commit since the last revision: > > Fix bug parsing short inputs. Looks g

Re: RFR: 8341260: Add Float16 to jdk.incubator.vector [v14]

2024-11-12 Thread Joe Darcy
> Port of Float16 from java.lang in the lworld+fp16 branch to > jdk.incubabor.vector. Joe Darcy has updated the pull request incrementally with one additional commit since the last revision: Fix bug parsing short inputs. - Changes: - all: https://git.openjdk.org/jdk/pull/21574