commit 0907b9254786d5008dd6e33c33cdfff21d8c8585 parent aa603f76838c450537b1864177cc81255ad70d3e Author: [email protected] <[email protected]> Date: Fri, 1 Mar 2019 15:58:12 +0000 Update README.md Diffstat:
M | README.md | | | 21 | ++++++++++++--------- |
M | img/powers2_double_16_16777216.png | | | 0 |
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md @@ -1,25 +1,34 @@ # KFR - Fast, modern C++ DSP framework  -[](https://gitter.im/kfrlib/kfr) +[](https://gitter.im/kfrlib/kfr)  + +Compiler support: + + + + + https://www.kfrlib.com KFR is an open source C++ DSP framework that focuses on high performance (see benchmark results section). -KFR is a header-only library (except DFT) and has no external dependencies. +KFR has no external dependencies except C++14-compatible standard C++ library. # Features ## What's new in KFR 3.0 * Optimized non-power of two DFT implementation +* GCC 7+ support +* MSVC 2017 support * Full AVX-512 support * EBU R128 * Ability to include KFR as a subdirectory in cmake project +* Ability to link objects built for multiple architectures into one binary * Number of automatic tests has been increased * C API for DFT -* Partial GCC 8.x support * GPL version changed from 3 to 2+ ## All features @@ -74,12 +83,6 @@ Random sizes from 120 to 30720000 (*Higher is better*)  -### KFR 0.9.1 - - (*Higher is better*) - - - See [fft benchmark](https://github.com/kfrlib/fft-benchmark) for details about benchmarking process. diff --git a/img/powers2_double_16_16777216.png b/img/powers2_double_16_16777216.png Binary files differ.