Author Topic: Detecting what FPU is in an alder system? Also speed checking.  (Read 7149 times)

Offline debs3759

  • Global Moderator
  • Full Member
  • *****
  • Posts: 221
  • Country: gb
    • GPUZoo
Detecting what FPU is in an alder system? Also speed checking.
« on: September 04, 2016, 07:01:13 PM »
Does anyone know any good resources for info or example code on how to detect what external FPU is in a system with a 486SX or earlier CPU?

I can detect the presence of an FPU, just can't so far detect what FPU it is. I'm rewriting my old CPUID code, which can detect pretty much any x86 processor and would like to add FPU detection code.

I would also like examples of how to determine the internal clock speeds of the CPU (there must be an easier way than seeing how many times I can run an instruction, especially on newer processors). I can probably work this one out, but sample code will make it easier :)
My graphics card database: www.gpuzoo.com

Offline debs3759

  • Global Moderator
  • Full Member
  • *****
  • Posts: 221
  • Country: gb
    • GPUZoo
Re: Detecting what FPU is in an alder system? Also speed checking.
« Reply #1 on: September 15, 2016, 10:32:17 AM »
It took a while but I found some code examples to do what I want.
My graphics card database: www.gpuzoo.com