More talk of buggy clang++.
authorWayne Davison <wayne@opencoder.net>
Mon, 22 Jun 2020 05:53:33 +0000 (22:53 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 22 Jun 2020 05:53:33 +0000 (22:53 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 0828ec7c8b962b7fa558110214936c909fd75b9d..a98ce014bebb5f848722b6b7e5c7e1d316fb8de5 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -17,8 +17,12 @@ Protocol: 31 (unchanged)
 
  - Avoid the stack getting set to executable when including the asm code.
 
- - Avoid some build issues with the SIMD code, including avoiding a clang++
-   core dump when `-g` is combined with `-O2`.
+ - Some improvements in the SIMD configure testing to try to avoid build
+   issues, such as avoiding a clang++ core dump when `-g` is combined with
+   `-O2`.  Note that clang++ is quite buggy in this area, and it does still
+   crash for some folks, so just use `--disable-simd` if you need to avoid
+   their buggy compiler (since the configuration test is apparently not
+   managing to find all crashing compilers).
 
  - Fix an issue with the md2man code when building in an external dir.