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
2cf116fc
Commit
2cf116fc
authored
5 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Plain Diff
Merge branch 'update-doc-avx512' into 'master'
Update doc for gcc bug with avx512 See merge request
!918
parents
0e1e7389
0efceae8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!918
Update doc for gcc bug with avx512
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/RTD/source/GettingStarted/compiling_code.rst
+18
-0
18 additions, 0 deletions
doc/RTD/source/GettingStarted/compiling_code.rst
with
18 additions
and
0 deletions
doc/RTD/source/GettingStarted/compiling_code.rst
+
18
−
0
View file @
2cf116fc
...
...
@@ -5,6 +5,24 @@
Compiling SWIFT
===============
Compilers
---------
SWIFT is a C99 code, and as such requires a C compiler that is able
to work with code built for that standard.
SWIFT has been tested with the Intel, GCC, LLVM (clang) C compilers.
We suggest:
+ Intel >= 2018
+ GCC >= 8.2.0
+ LLVM >= 7.0.0
We have specific issues with the following compilers:
+ GCC 7.3.0 with the -mskylake-avx512 flag.
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