comparison runtime/llvmdc.diff @ 609:2cf4359d344f

Tango rev 3939 fixed the std.intrinsic issue.
author Christian Kamm <kamm incasoftware de>
date Fri, 19 Sep 2008 21:45:05 +0200
parents 52ab8f3130d9
children 19cbc612380a
comparison
equal deleted inserted replaced
608:52ab8f3130d9 609:2cf4359d344f
570 +} else version(LLVMDC) { 570 +} else version(LLVMDC) {
571 + // I guess the same goes for llvmdc to some extent :( 571 + // I guess the same goes for llvmdc to some extent :(
572 } else version(D_InlineAsm_X86) { 572 } else version(D_InlineAsm_X86) {
573 /* Duplicate string s, with n times, substituting index for '@'. 573 /* Duplicate string s, with n times, substituting index for '@'.
574 * 574 *
575 Index: tango/math/internal/BiguintCore.d
576 ===================================================================
577 --- tango/math/internal/BiguintCore.d (revision 3936)
578 +++ tango/math/internal/BiguintCore.d (working copy)
579 @@ -859,7 +859,7 @@
580 result[half..$].simpleAddAssign(mid);
581 }
582
583 -import std.intrinsic;
584 +import tango.core.BitManip;
585
586
587 /* Knuth's Algorithm D, as presented in "Hacker's Delight"
588 Index: tango/stdc/stdlib.d 575 Index: tango/stdc/stdlib.d
589 =================================================================== 576 ===================================================================
590 --- tango/stdc/stdlib.d (revision 3936) 577 --- tango/stdc/stdlib.d (revision 3936)
591 +++ tango/stdc/stdlib.d (working copy) 578 +++ tango/stdc/stdlib.d (working copy)
592 @@ -94,6 +94,11 @@ 579 @@ -94,6 +94,11 @@