Skip to content

Commit 1953f19

Browse files
authored
Merge pull request #437 from JohanMabille/doc
Fixed C++ level required
2 parents 2a5b880 + 53a54b5 commit 1953f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ operators as for single values. It also provides accelerated implementation of c
2222
You can find out more about this implementation of C++ wrappers for SIMD intrinsics at the `The C++ Scientist`_. The mathematical functions are a
2323
lightweight implementation of the algorithms also used in `boost.SIMD`_.
2424

25-
`xsimd` requires a C++14 compliant compiler. The following C++ compilers are supported:
25+
`xsimd` requires a C++11 compliant compiler. The following C++ compilers are supported:
2626

2727
+-------------------------+-------------------------------+
2828
| Compiler | Version |

0 commit comments

Comments
 (0)