double-0-check 439 B

12345678
  1. o Build improvements (bizarre platform detection):
  2. - Try to detect it if we are ever building on a platform where
  3. memset(...,0,...) does not set the value of a double to 0.0. Such
  4. platforms are permitted by the C standard, though in practice
  5. they're pretty rare (since IEEE 754 is nigh-ubiquitous). We don't
  6. currently support them, but it's better to detect them and fail
  7. than to perform erroneously.