diff --git a/README.md b/README.md index 9b32f7a5a..87d7fa1f6 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ The mathematical functions are a lightweight implementation of the algorithms or Compiler | Version ------------------------|------------------------------- -Microsoft Visual Studio | MSVC 2015 update 2 and above -g++ | 4.9 and above -clang | 4.0 and above +Microsoft Visual Studio | MSVC 2017 version 15.7 and above +g++ | 7 and above +clang | 5 and above The following SIMD instruction set extensions are supported: diff --git a/docs/source/index.rst b/docs/source/index.rst index 68c992891..554fc04a1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -71,15 +71,15 @@ The following SIMD instruction set extensions are supported: `xsimd` requires a C++17 compliant compiler. The following C++ compilers are supported: -+-------------------------+-------------------------------+ -| Compiler | Version | -+=========================+===============================+ -| Microsoft Visual Studio | MSVC 2015 update 2 and above | -+-------------------------+-------------------------------+ -| g++ | 4.9 and above | -+-------------------------+-------------------------------+ -| clang | 3.7 and above | -+-------------------------+-------------------------------+ ++-------------------------+---------------------------------+ +| Compiler | Version | ++=========================+=================================+ +| Microsoft Visual Studio | MSVC 2017 version 15.7 and above| ++-------------------------+---------------------------------+ +| g++ | 7 and above | ++-------------------------+---------------------------------+ +| clang | 5 and above | ++-------------------------+---------------------------------+ Licensing ---------