aboutsummaryrefslogtreecommitdiff
path: root/changes/double-0-check
diff options
context:
space:
mode:
Diffstat (limited to 'changes/double-0-check')
-rw-r--r--changes/double-0-check8
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/double-0-check b/changes/double-0-check
deleted file mode 100644
index 74554cd272..0000000000
--- a/changes/double-0-check
+++ /dev/null
@@ -1,8 +0,0 @@
- o Build improvements (bizarre platform detection):
- - Try to detect it if we are ever building on a platform where
- memset(...,0,...) does not set the value of a double to 0.0. Such
- platforms are permitted by the C standard, though in practice
- they're pretty rare (since IEEE 754 is nigh-ubiquitous). We don't
- currently support them, but it's better to detect them and fail
- than to perform erroneously.
-