[Issue 5612] core.cpuid not implemented on 64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 27 06:49:24 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5612



--- Comment #8 from Don <clugdbug at yahoo.com.au> 2011-02-27 06:46:37 PST ---
(In reply to comment #7)
> David has already reported the "cannot cope with multiple CPUs" bug as Issue
> 4462, dated 2010-07-14.  So no movement on that after 7 months :-(
> 
> I think this pair of bugs has to be treated as an urgent blocking bug and
> attacked immediately.
> 
> Can cpuid.d be separated out so that we can work on it?


Yes. It has absolutely no dependencies on anything. Just copy it. You can
compile it as a standalone file.

BTW, there's a good chance the 64 bit code will work as-is, just by changing
the version. The reason is that 'cpuid' acts as a 32-bit instruction even on 64
bits.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list