September 25 Issues » [Issue 21995] Struct with size uint.max or greater causes ICE | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21995
kdevel <kdevel@vogtner.de> changed:
What... | |||
September 24 Learn » Re: mod of negative number | |||
|---|---|---|---|
| |||
...1` to `uint.max` and the result you are getting is `uint.max % 7686`. `-1... | |||
September 22 General » Re: float.sizeof should be 4 | |||
|---|---|---|---|
| |||
...sizeof)` could also be bigger than `int.max`, but Steven says it works for his... | |||
September 22 General » Re: float.sizeof should be 4 | |||
|---|---|---|---|
| |||
...that `float.sizeof > int.max`. Rather, `n*float.sizeof` could be bigger than `int.max`. | |||
September 22 General » float.sizeof should be 4 | |||
|---|---|---|---|
| |||
...additions. The chances that `T.sizeof > int.max` is near zero. And even if it... | |||
September 22 DIP Ideas » Re: Likelihood of if statement and case | |||
|---|---|---|---|
| |||
...a < 0) @unlikely return; if(b == uint.max) @unlikely return; //do stuff } ``` Not being able... | |||
September 19 General » Re: Did you know; we need this operator! | |||
|---|---|---|---|
| |||
https://github.com/dlang/dmd/pull/13776 | |||
September 19 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
I have wondered about the register allocator before too. I didn't get much of... | |||
September 19 General » Re: Walter's talk on D backend | |||
|---|---|---|---|
| |||
On Thursday, 19 September 2024 at 08:38:29 UTC, Stefan Koch wrote: Indeed e... | |||
September 18 General » Re: Did you know; we need this operator! | |||
|---|---|---|---|
| |||
...conv : to;
E count;
while (count < count.max)
{
if (count.to!string == value) break;
++count... | |||
Copyright © 1999-2021 by the D Language Foundation