diff --git a/README.md b/README.md index 04fa63fce5..a70651dae4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -**Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.** +This repository contains additions, enhancements, and bug fixes for the Eigen C++ template library. -For more information go to http://eigen.tuxfamily.org/. +Among other things, this branch introduced support for AVX and FMA instructions, performance improvements for the matrix multiplication kernels, as well as the Tensor library. + +New changes are regularly merged into the Eigen trunk. \ No newline at end of file