You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented the I128 and U128 core binary integer models on a private branch, but the Swift.Int128 and Swift.UInt128 models fail some tests. I've submitted the following pull request(s) to unblock this feature:
The underlying `Swift.Int128` and `Swift.UInt128` models fail some tests (crash). I have submitted some fixes that got merged into the `Swift 6.1` branch. I'll try again later and make the `I128` and `U128` available when all tests pass successfully.
* This patch adds **unavailable** `I128` and `U128` models (#143).
The underlying `Swift.Int128` and `Swift.UInt128` models fail some tests (crash). I have submitted some fixes that got merged into the `Swift 6.1` branch. I'll try again later and make the `I128` and `U128` available when all tests pass successfully.
* Conditionally add I128 and U128 to testing lists.
* Todos about 128-bit DoubleInt typee aliases.
* Add heterogeneous binary integer element alignment tests.
* Cleanup.
I have implemented the
I128
andU128
core binary integer models on a private branch, but theSwift.Int128
andSwift.UInt128
models fail some tests. I've submitted the following pull request(s) to unblock this feature:The text was updated successfully, but these errors were encountered: