importC int128 support timeline and other problem

Walter Bright newshound2 at digitalmars.com
Fri Aug 30 21:46:20 UTC 2024


On 8/30/2024 2:14 PM, Lance Bachmeier wrote:
> Will that work with unsigned int128 (the problem here)? If so, that could maybe 
> go in here: 
> https://github.com/dlang/dmd/blob/master/druntime/src/__importc_builtins.di

Oddly, std.int128 only does signed operations. core.int128 does both signed and 
unsigned.


More information about the Digitalmars-d mailing list