!!!Please add intrinsics module for DMD DRuntime!!!

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Tue Nov 22 15:53:34 PST 2016


On 11/22/16 1:57 PM, tsbockman wrote:
> Your test fails because you aren't actually using `core.bitop`.
> Intrinsics are detected based on fully qualified names. As soon as you
> copy `bsf()` and `bsr()` outside of `core.bitop`, the FQN changes and
> they're not intrinsics anymore.

Thanks, didn't know how it works. We should document that clearly so as 
to avoid confusions in the future. -- Andrei


More information about the Digitalmars-d mailing list