How do I check if a CPU's FPU is IEEE754 compliant?

38 Views Asked by At

I want to be able to check if the FPU that I have or anyone has is IEEE754 compliant. How do I do it?

I tried using cpuinfo in python but the only thing I was able to get was that my CPU has an FPU. I need this for a project so please any help is appreciated.

0

There are 0 best solutions below