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

2024-11-13 Thread Joe Darcy
On Wed, 13 Nov 2024 11:15:15 GMT, Raffaello Giulietti wrote: >> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Float16.java >> line 150: >> >>> 148: * A constant holding the largest positive finite value of type >>> 149: * {@code Float16}, >>> 150: * (2-2-10)·215, n

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

2024-11-13 Thread Raffaello Giulietti
On Wed, 13 Nov 2024 10:41:34 GMT, Eirik Bjørsnøs wrote: >> Joe Darcy has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Implement code review feedback. >> - Misc cleanups. > > src/jdk.incubator.vector/share/classes/jdk/incubator/vector/F

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

2024-11-13 Thread Eirik Bjørsnøs
On Wed, 13 Nov 2024 05:40:24 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 two additional > commits since the last revision: > > - Implement code review feedback. > -

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

2024-11-13 Thread Raffaello Giulietti
On Wed, 13 Nov 2024 05:40:24 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 two additional > commits since the last revision: > > - Implement code review feedback. > -

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

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 two additional commits since the last revision: - Implement code review feedback. - Misc cleanups. - Changes: - all: https://git.open