How do I enable software assisted floating point numbers?
You can enable software assisted floating point numbers with -mieee. This will enable software assistance to correctly support denormalized numbers and exceptional IEEE values such as not-a-number and plus/minus infinity. This should be in your global CFLAGS unless you really know what you are doing.