- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an Intel 64 bit processor but i have installed a 32 bit Operating system on it.
How should i find it out what "bits" my processor support? Windows API GetSystemInfor is unable to give me right results.
Thanks in advance
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the cpuid instruction and check bit 29 in the EDX register for the Extended Feature Bits (Function 80000001h). See section 3.2.2 in Application Note 485 (http://download.intel.com/design/processor/applnots/24161832.pdf).
However, I do not see how this is related to Threading ;)
Best regards
Thomas
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page