Skip to content

Commit 53a54b5

Browse files
committed
Fixed C++ level required
1 parent 2a5b880 commit 53a54b5

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)