stumpwm / mahogany

A stumpwm like Wayland compositor
GNU General Public License v2.0
241 stars 14 forks source link

Disable FPU exceptions #46

Closed sdilts closed 1 year ago

sdilts commented 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.