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

2024-10-30 Thread Raffaello Giulietti
On Wed, 30 Oct 2024 05:12:18 GMT, Joe Darcy wrote: >> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Float16.java >> line 504: >> >>> 502: // without the period. >>> 503: hexSignificand.append(s.substring(digitStart, >>> periodIndex));

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

2024-10-29 Thread Joe Darcy
On Tue, 29 Oct 2024 14:03:35 GMT, Raffaello Giulietti wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add support for proper String -> Float16 conversion. > > src/jdk.incubator.vector/share/classes/jdk/incubator/vect

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

2024-10-29 Thread Joe Darcy
On Tue, 29 Oct 2024 14:03:17 GMT, Raffaello Giulietti wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add support for proper String -> Float16 conversion. > > src/jdk.incubator.vector/share/classes/jdk/incubator/vect

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

2024-10-29 Thread Raffaello Giulietti
On Tue, 29 Oct 2024 04:30:57 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: > > Add support for proper String -> Float

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

2024-10-28 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: Add support for proper String -> Float16 conversion. - Changes: - all: https://git.ope

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

2024-10-28 Thread Joe Darcy
On Tue, 29 Oct 2024 04:30:57 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: > > Add support for proper String -> Float

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

2024-10-28 Thread Joe Darcy
On Tue, 29 Oct 2024 04:30:57 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: > > Add support for proper String -> Float