From f8bf5d397fe6d327774904219332f6ba1ae8badf Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Thu, 4 Mar 2021 11:39:13 +0100 Subject: [PATCH] Update intel-compilers.md --- docs.it4i/software/intel/intel-suite/intel-compilers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/software/intel/intel-suite/intel-compilers.md b/docs.it4i/software/intel/intel-suite/intel-compilers.md index 06d960742..1d2a64e63 100644 --- a/docs.it4i/software/intel/intel-suite/intel-compilers.md +++ b/docs.it4i/software/intel/intel-suite/intel-compilers.md @@ -14,7 +14,7 @@ $ icc -v $ ifort -v ``` -# AVX2 Vectorization +## AVX2 Vectorization Intel compilers provide vectorization of the code via the AVX2 instructions and support threading parallelization via OpenMP. -- GitLab