Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
68fa1341
Commit
68fa1341
authored
Feb 26, 2018
by
COULAUD Olivier
Browse files
Fix problem with includes for ccpcheck
parent
d98c38b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Src/ScalFmmConfig.h.cmake
View file @
68fa1341
// See LICENCE file at project root
///
/// File generated by cmake
// Do not remove any line
///////////////////////////////////////////////////////
#ifndef SSCALFMMCONFIG_H
#define SSCALFMMCONFIG_H
///////////////////////////////////////////////////////
...
...
Src/Utils/FAvx.hpp
View file @
68fa1341
...
...
@@ -5,9 +5,10 @@
#include "FGlobal.hpp"
#ifndef SCALFMM_USE_AVX
#error The AVX header is included while SCALFMM_USE_AVX is turned OFF
#endif
#else
#include
"
immintrin.h
"
#include
<
immintrin.h
>
#ifdef __AVXPE_INTEL_COMPILER
...
...
@@ -80,5 +81,5 @@ inline __m256 operator/(const __m256& v1, const __m256& v2){
}
#endif
#endif
#endif
Src/Utils/FAvx2.hpp
View file @
68fa1341
...
...
@@ -7,7 +7,7 @@
#error The AVX header is included while SCALFMM_USE_AVX is turned OFF
#endif
#include
"
immintrin.h
"
#include
<
immintrin.h
>
#ifdef __MIC__
...
...
Write
Preview
Markdown
is supported
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