On Oct 20, 2011, at 3:42 PM, Marc Feeley wrote:
On 2011-10-20, at 3:39 PM, Bradley Lucier wrote:
Perhaps +nan.0 (and perhaps other system-dependent constants) should always be computed at load time for the module.
Perhaps, but how do you recreate the NaN that was compiled?
But why would you want to? On one machine, it might be a signaling NaN, on another, it might be silent. It's like the difference between the host and target machine with gcc.
Brad