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

Reply via email to