We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f5795 commit 8748ce6Copy full SHA for 8748ce6
source/mir/internal/memory.d
@@ -21,7 +21,7 @@ pure:
21
22
enum uint platformAlignment = double.alignof > real.alignof ? double.alignof : real.alignof;
23
24
-@nogc nothrow pragma(inline, true):
+@nogc nothrow:
25
26
@safe pure
27
package bool isGoodDynamicAlignment()(uint x)
source/mir/utility.d
@@ -577,7 +577,7 @@ unittest
577
578
private ExtMulResult!ulong extMul_X86_64()(ulong a, ulong b)
579
{
580
- pragma(msg, "EEE");
+ // pragma(inline, true);
581
asm @safe pure nothrow @nogc
582
583
naked;
0 commit comments