summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-24 06:58:28 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-24 07:00:53 -0500
commit9a9f54d44ce45c6c3c5bfa31ad1a08fda57cdad7 (patch)
treed538ec445c9317d56e17afa1dbb01910405a8227 /CHANGELOG.md
parent47833b9ce740529ebff7d99a6e156be60b277c5d (diff)
readme: encoding_rs's SIMD support is broken
Add a note about it to the README. Also, remove mention of the avx-accel feature since it no longer exists. (bytecount now uses runtime detection to enable SIMD support.) Fixes #1175
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 244bcff3..080c58de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
============
TODO.
+**BREAKING CHANGES**:
+
+* The `avx-accel` feature of ripgrep has been removed since it is no longer
+ necessary. All uses of AVX in ripgrep are now enabled automatically via
+ runtime CPU feature detection. The `simd-accel` feature does remain
+ available, however, it is broken in the latest nightly release of Rust.
+ See [#1175](https://github.com/BurntSushi/ripgrep/issues/1175) for more
+ info.
+
Feature enhancements:
* [FEATURE #1099](https://github.com/BurntSushi/ripgrep/pull/1099):