Re: get machine arch

2014-11-18 Thread Kagamin via Digitalmars-d-learn
http://dlang.org/phobos/core_cpuid.html#.isX86_64 - this should probably detect x86-64.

get machine arch

2014-11-17 Thread uranio-235 via Digitalmars-d-learn
Hi there, I'm trying to determinate machine architecture; using core.cpuid return anything except i686 or x86-64; that simple thing is all I need...