- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I disable FPU on Intel Core 2 Duo CPU? I would like to measure performance of my code where FPU is not available ie. all FP instructions are executed in emulation mode. I was able to do that some 10 years ago by using CR0 register.
Thanks
Adam
Thanks
Adam
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - adamczez
Can I disable FPU on Intel Core 2 Duo CPU? I would like to measure performance of my code where FPU is not available ie. all FP instructions are executed in emulation mode. I was able to do that some 10 years ago by using CR0 register.
Thanks
Adam
Thanks
Adam
I think that when you disable FPU processor will generate exception when it tryes to execute FPU instruction. I think that FPU instructions must be emulated by software (look at yourcompiler options).
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