Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
0efceae8
Commit
0efceae8
authored
Sep 10, 2019
by
Josh Borrow
Committed by
Matthieu Schaller
Sep 10, 2019
Browse files
Update doc for gcc bug with avx512
parent
0e1e7389
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/RTD/source/GettingStarted/compiling_code.rst
View file @
0efceae8
...
...
@@ -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
------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment