Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
6fa88aa467700955c8dd892b9009bf9a1d72d656
6fa88aa467700955c8dd892b9009bf9a1d72d656
Switch branch/tag
ScalFMM
CMakeModules
checkAVXpe.cpp
Find file
Normal view
History
Permalink
checkAVXpe.cpp
83 Bytes
Edit
Web IDE
Newer
Older
Add try_compile to chexk += for SSE and AVX
1e90d5b7
COULAUD Olivier
committed
Jun 02, 2014
1
End cheacj SSE and AVX + Intel options on MAcOS X
f41b1dda
COULAUD Olivier
committed
Jun 03, 2014
2
#include "immintrin.h"
Add try_compile to chexk += for SSE and AVX
1e90d5b7
COULAUD Olivier
committed
Jun 02, 2014
3
4
5
int
main
()
{
End cheacj SSE and AVX + Intel options on MAcOS X
f41b1dda
COULAUD Olivier
committed
Jun 03, 2014
6
7
8
__m256d
tx
,
ty
;
tx
+=
ty
;
return
0
;
Add try_compile to chexk += for SSE and AVX
1e90d5b7
COULAUD Olivier
committed
Jun 02, 2014
9
}