stumpwm / mahogany

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

Disable FPU exceptions #46

Closed sdilts closed 8 months ago

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