digitalmars.D - std.intrinsic?
- Manu (3/3) Oct 02 2012 I just installed dmd 2.60 in linux, and it seems std.intrinsic isn't
- Iain Buclaw (2/6) Oct 02 2012 import core.bitop;
- Manu (2/8) Oct 02 2012 Cheers!
I just installed dmd 2.60 in linux, and it seems std.intrinsic isn't there... is this my fault somehow, or has it been removed? I need the bsr() intrinsic which (used to?) live there.
Oct 02 2012
On Tuesday, 2 October 2012 at 21:06:04 UTC, Manu wrote:I just installed dmd 2.60 in linux, and it seems std.intrinsic isn't there... is this my fault somehow, or has it been removed? I need the bsr() intrinsic which (used to?) live there.import core.bitop;
Oct 02 2012
On 3 October 2012 00:17, Iain Buclaw <ibuclaw ubuntu.com> wrote:On Tuesday, 2 October 2012 at 21:06:04 UTC, Manu wrote:Cheers!I just installed dmd 2.60 in linux, and it seems std.intrinsic isn't there... is this my fault somehow, or has it been removed? I need the bsr() intrinsic which (used to?) live there.import core.bitop;
Oct 02 2012