|
From: John R. <jr...@bi...> - 2011-11-05 01:54:24
|
On 11/04/2011 01:46 PM, Christian Borntraeger wrote: [snip] > Given the novelty of decimal floating point libraries a tool like valgrind would > be really helpful. What level of support do you imagine? Memcheck supports binary floating point coarsely: if any bit of any input to a floating-point operation is Undefined, then all the bits of the output are Undefined. -- |