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
Merge requests
!918
Update doc for gcc bug with avx512
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update doc for gcc bug with avx512
update-doc-avx512
into
master
Overview
0
Commits
2
Changes
1
Merged
Josh Borrow
requested to merge
update-doc-avx512
into
master
5 years ago
Overview
0
Commits
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
06fc6e86
2 commits,
5 years ago
1 file
+
18
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc/RTD/source/GettingStarted/compiling_code.rst
+
18
−
0
Options
@@ -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
------------
Loading