Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
fd04a949
Commit
fd04a949
authored
3 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
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
!1548
Mayor Sync
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/RTD/source/GettingStarted/compiling_code.rst
+4
-0
4 additions, 0 deletions
doc/RTD/source/GettingStarted/compiling_code.rst
with
4 additions
and
0 deletions
doc/RTD/source/GettingStarted/compiling_code.rst
+
4
−
0
View file @
fd04a949
...
@@ -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
------------
------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment