Run fuzzing with floating point exceptions turned on

We should turn on the invalid operation, division by zero, and overflow floating point exceptions when we're fuzzing, to detect more bugs:

https://randomascii.wordpress.com/2012/04/21/exceptional-floating-point/

(Although Tor doesn't use very much floating point, so we might not find anything.)