Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
18 changes: 9 additions & 9 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------
Expand Down
Loading