Rendered at 11:16:02 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
Neywiny 14 hours ago [-]
Interesting. I was just thinking about this because of another post on floating point. I'm wondering if I can disable the fpu every so often and turn it on only if code needs it and it raises an exception.
glitchc 7 hours ago [-]
It's unclear why one would ever need to do this. Is it for power savings? What other use-cases would benefit from turning the FPU off between instructions?