On Mon, 11 May 2026 15:41:54 GMT, Raffaello Giulietti <[email protected]> 
wrote:

> Prototype a fully functional `unsigned int128` type as a Valhalla value 
> class. 
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Subject to change and discussion:
* Use of factory methods rather than constructors.
* Adding/changing/removing functionality (e.g., adding `rotateLeft()`).
* Adding more general `*Exact()` methods that throw on overflow.
* Use of typeclass mechanisms.

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

PR Comment: https://git.openjdk.org/valhalla/pull/2420#issuecomment-4422331344

Reply via email to