Skip to content
Snippets Groups Projects
Commit fd04a949 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Add note about the clang compiler not supporting the hand-written vectorized routines

parent 578d08d7
No related branches found
No related tags found
1 merge request!1548Mayor Sync
...@@ -23,6 +23,10 @@ We have specific issues with the following compilers: ...@@ -23,6 +23,10 @@ We have specific issues with the following compilers:
+ GCC 7.3.0 with the -mskylake-avx512 flag. + GCC 7.3.0 with the -mskylake-avx512 flag.
When using the clang compiler, the hand-written vectorized routines
have to be disabled. This is done at configuration time by adding
the flag `--disable-hand-vec`.
Dependencies Dependencies
------------ ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment