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 0c3c657 commit be9ffeaCopy full SHA for be9ffea
source/mir/utility.d
@@ -536,6 +536,7 @@ ExtMulResult!U extMul(U)(in U a, in U b) @nogc nothrow pure @safe
536
%agg1 = insertvalue [2 x i64] undef, i64 %l, 0
537
%agg2 = insertvalue [2 x i64] %agg1, i64 %h, 1
538
ret [2 x i64] %agg2`, ulong[2])(a, b);
539
+ return ExtMulResult!U(r[0], r[1]);
540
}
541
else
542
static if (false)
@@ -550,8 +551,8 @@ ExtMulResult!U extMul(U)(in U a, in U b) @nogc nothrow pure @safe
550
551
%agg1 = insertvalue [2 x i128] undef, i128 %l, 0
552
%agg2 = insertvalue [2 x i128] %agg1, i128 %h, 1
553
ret [2 x i128] %agg2`, ucent[2])(a, b);
554
555
- return ExtMulResult!U(r[0], r[1]);
556
557
558
version(D_InlineAsm_X86_64)
0 commit comments