Closed sdilts closed 1 year ago
Normal C programs don't care when FPU exceptions occur. CL environments do, however, so we can get FPU exceptions deep in foreign code that we have no control over. These are usually harmless, so disable them.
See #45.
Normal C programs don't care when FPU exceptions occur. CL environments do, however, so we can get FPU exceptions deep in foreign code that we have no control over. These are usually harmless, so disable them.
See #45.