|
From: Christian B. <bor...@de...> - 2012-01-12 20:02:37
|
> For binary floating point, memcheck currently tracks undefined bits very coarsely. > If at least one bit of input is Undefined, then every bit of output is Undefined. Being not an expert on floating point, isnt that exactly what we want? I would consider any undefined bit in floating point input a bug, no? |