From 6103095384fce46087041e512a00ee9bc460b2a8 Mon Sep 17 00:00:00 2001 From: Marco Barbone Date: Thu, 26 Mar 2026 13:15:29 -0400 Subject: [PATCH] Update README after C++14 requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b7861210..9eda38d67 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ http://xsimd.readthedocs.io/ | 9.x | ^0.7.0 | | 8.x | ^0.7.0 | -The dependency on `xtl` is required if you want to support vectorization for `xtl::xcomplex`. In this case, you must build your project with C++14 support enabled. +The dependency on `xtl` is required if you want to support vectorization for `xtl::xcomplex`. ## Usage