digitalmars.D - std.intrinsic?
- Manu <turkeyman gmail.com> Oct 02 2012
- "Iain Buclaw" <ibuclaw ubuntu.com> Oct 02 2012
- Manu <turkeyman gmail.com> Oct 02 2012
--bcaec54fb81a288f6e04cb19e488 Content-Type: text/plain; charset=UTF-8 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. --bcaec54fb81a288f6e04cb19e488 Content-Type: text/html; charset=UTF-8 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?<div>I need the bsr() intrinsic which (used to?) live there.</div> --bcaec54fb81a288f6e04cb19e488--
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
--047d7bf0f14e6df8be04cb1a2186 Content-Type: text/plain; charset=UTF-8 On 3 October 2012 00:17, Iain Buclaw <ibuclaw ubuntu.com> wrote: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;
Cheers! --047d7bf0f14e6df8be04cb1a2186 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div class=3D"gmail_quote">On 3 October 2012 00:17, Iain Buclaw <span dir= =3D"ltr"><<a href=3D"mailto:ibuclaw ubuntu.com" target=3D"_blank">ibucla= w ubuntu.com</a>></span> wrote:<br><blockquote class=3D"gmail_quote" sty= le=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div class=3D"HOEnZb"><div class=3D"h5">On Tuesday, 2 October 2012 at 21:06= :04 UTC, Manu wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> I just installed dmd 2.60 in linux, and it seems std.intrinsic isn't<br=
I need the bsr() intrinsic which (used to?) live there.<br> </blockquote> <br></div></div> import core.bitop;<br> </blockquote></div><br><div>Cheers!<br></div> --047d7bf0f14e6df8be04cb1a2186--
Oct 02 2012









"Iain Buclaw" <ibuclaw ubuntu.com> 