
4 Aug
2006
4 Aug
'06
1:03 p.m.
Peter Dimov wrote:
Johan Råde wrote:
Does IEEE 754 allow a parity bit?
In principle, IEEE 754 specifies value bits, not storage bits. There is no guarantee that storage bits represent value bits, they can (in theory) be encrypted or xor'ed with AA55. In practice, though, the 32 value bits of an IEEE 754 float do correspond to the 32 storage bits of a 32 bit unsigned integer.
Right now parity bits is a hypothetical probem. Let's fix it if it becomes a real problem.