April 16, 2021 Issues » [Issue 21833] New: Optimizer incorrectly rewrites integer operation to short operation | |||
|---|---|---|---|
| |||
...The code:
void testit()
{
pragma(inline, false);
short...cast(long1*)(arr.ptr);
assert(_mm_extract_pi16... | |||
April 08, 2021 General » Re: Requesting Help with Optimizing Code | |||
|---|---|---|---|
| |||
...branch (just not to a proper assert handler). Via `pragma(inline, true)` you can wrap... | |||
April 03, 2021 Issues » [Issue 21794] New: Internal compiler assertion | |||
|---|---|---|---|
| |||
...x = cast(ulong)p;
}
pragma(msg, f(null...VarDeclaration vd, Expression newval) {
...
assert((vd.storage_class... | |||
March 21, 2021 Issues » [Issue 21740] Typeof mixin regression with v2.096 | |||
|---|---|---|---|
| |||
...foo()"))); pragma(msg, typeof(mixin(foo()))); pragma(msg, typeof(mixin(foo().stringof))); static assert(is... | |||
March 21, 2021 Issues » [Issue 21740] Typeof mixin regression with v2.096 | |||
|---|---|---|---|
| |||
...the problem isn't the pragma(msg), but that `static assert(!is(typeof(mixin(foo... | |||
March 18, 2021 Issues » [Issue 21727] New: [ICE][SIMD] Windows-only DMD crash with SIMD + optimizations + inlining | |||
|---|---|---|---|
| |||
...DMD 2.068--since pragma(inline, true) has...5,7,11,13]));
assert(c.mVector.array... | |||
March 16, 2021 Issues » [Issue 21715] static assert() should accept and print multiple arguments just like pragma(msg) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21715 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
March 15, 2021 Issues » [Issue 21715] static assert() should accept and print multiple arguments just like pragma(msg) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21715 Nicholas Wilson <iamthewilsonator@hotmail.com> changed... | |||
March 15, 2021 Issues » [Issue 21715] New: static assert() should accept and print multiple arguments just like pragma(msg) | |||
|---|---|---|---|
| |||
...21715
Summary: static assert() should accept and print multiple
arguments just like pragma(msg)
Product... | |||
March 11, 2021 General » Re: Discussion Thread: DIP 1040--Copying, Moving, and Forwarding--Community Review Round 1 | |||
|---|---|---|---|
| |||
...data = 3;
assert(a.data == 3);
}
assert(netAllocCount...unique) @trusted nothrow @nogc {
pragma(inline, false); // Don... | |||
Copyright © 1999-2021 by the D Language Foundation