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
solverstack
ScalFMM
Commits
f8ac4638
Commit
f8ac4638
authored
May 01, 2014
by
COULAUD Olivier
Browse files
Now compile on macos x
parent
8eca7da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Utils/FSse.hpp
View file @
f8ac4638
...
...
@@ -4,8 +4,12 @@
#include
<xmmintrin.h>
// SSE
#include
<emmintrin.h>
//SSE2
#include
<pmmintrin.h>
//SSE3
#ifdef __SSSE3__
#include
<tmmintrin.h>
//SSSE3
//#include <smmintrin.h> // SSE4
#endif
#ifdef __SSSE4.1__
#include
<smmintrin.h>
// SSE4
#endif
#ifdef __INTEL_COMPILER
...
...
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