Skip to content

Commit

Permalink
update minimum MSVC version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and amadio committed May 17, 2022
1 parent bf03f78 commit c63cef9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ sets. Thus an application written with Vc can be compiled for:
* AVX and AVX2
* SSE2 up to SSE4.2 or SSE4a
* Scalar
* AVX-512 (Vc 2 development)
* NEON (in development)
* NVIDIA GPUs / CUDA (research)
* ~~AVX-512 (Vc 2 development)~~
* ~~NEON (in development)~~
* ~~NVIDIA GPUs / CUDA (research)~~

After Intel dropped MIC support with ICC 18, Vc 1.4 also removes support for it.
After Intel dropped MIC support with ICC 18, Vc 1.4 also removed support for it.

## Examples

Expand Down Expand Up @@ -101,7 +101,7 @@ C++11 Compiler:
* GCC >= 4.8.1
* clang >= 3.4
* ICC >= 18.0.5
* Visual Studio >= 2017 (64-bit target)
* Visual Studio 2019 (64-bit target)
## Building and Installing Vc
Expand Down

0 comments on commit c63cef9

Please sign in to comment.